Search Ads Volume Tool for ASO
A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.
Qu'est-ce que Search Ads Volume Tool for ASO ?
Search Ads Volume Tool for ASO est une extension Chrome développée par https://www.theasoproject.com, et sa fonction principale est "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Search Ads Volume Tool for ASO
Téléchargez les fichiers d'extension Search Ads Volume Tool for ASO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. Open the Apple Search Ads dashboard, search for keywords and our extension will add the numeric search volume, voila!
Informations de Base sur l'Extension
Nom | |
ID | emaienkonoepeghlpppkjlidnmklkdao |
URL Officiel | https://chrome.google.com/webstore/detail/search-ads-volume-tool-fo/emaienkonoepeghlpppkjlidnmklkdao |
Description | A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume. |
Taille du Fichier | 136 KB |
Nombre d'Installations | 702 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2019-05-16 |
Date de Publication | 2019-05-16 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | https://www.theasoproject.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.theasoproject.com |
URL de la Page de Politique de Confidentialité | https://www.theasoproject.com/privacy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/app.searchads.apple.com\/*" ], "css": [ "style.css" ], "js": [ "jq.js", "code.min.js" ] } ], "icons": { "48": "icon-48.png", "16": "icon-16.png", "128": "icon-128.png" }, "manifest_version": 2, "permissions": [ "tabs" ], "name": "Search Ads Volume Tool for ASO", "description": "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.", "version": "1.3" } |