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.

Cos'è Search Ads Volume Tool for ASO?

Search Ads Volume Tool for ASO è un'estensione di Chrome sviluppata da https://www.theasoproject.com, e la sua funzione principale è "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Search Ads Volume Tool for ASO

Scarica i file di estensione Search Ads Volume Tool for ASO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Search Ads Volume Tool for ASO Search Ads Volume Tool for ASO
ID emaienkonoepeghlpppkjlidnmklkdao
URL Ufficiale https://chrome.google.com/webstore/detail/search-ads-volume-tool-fo/emaienkonoepeghlpppkjlidnmklkdao
Descrizione A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.
Dimensione del File 136 KB
Conteggio Installazioni 702
Versione Corrente 1.3
Ultimo Aggiornamento 2019-05-16
Data di Pubblicazione 2019-05-16
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore https://www.theasoproject.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.theasoproject.com
URL della Pagina della Politica sulla Privacy https://www.theasoproject.com/privacy
Lingue Supportate 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"
}