From the whitelist plugin documentation :
Goal whitelist
Controls which URLs the application may ask to open the system. From default, no external URLs are allowed.
In Android, this means sending an intent like BROWSEABLE.
This whitelist does not apply to plugins, only hyperlinks and calls to window.open ().
, , URL window.open(), :
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
Android Store App Store iOS. (market:) (. Google Play Store Android?), (itms:) itunes App Store. , , - , . URL Andriod iOS Google Apple .