Apple Search Ads Keyword Popularity Viewer

View your keywords popularity from Apple SearchAds via SearchAds.com extension.

O que é Apple Search Ads Keyword Popularity Viewer?

Apple Search Ads Keyword Popularity Viewer é uma extensão do Chrome desenvolvida por https://searchads.com, e sua principal característica é "View your keywords popularity from Apple SearchAds via SearchAds.com extension.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Apple Search Ads Keyword Popularity Viewer

Baixe arquivos de extensão Apple Search Ads Keyword Popularity Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        View your keywords popularity from Apple SearchAds via SearchAds.com extension. Note: this extension works only on Apple SearchAds dashboard and it's only meaningful for keywords.

To use it:

1. Open your Apple Search Ads Dashboard.
2. Then try to add new keywords.
3. You will see the popularity viewer effects.

All in one dashboard to scale your ads

We merge your Apple Search Ads and Attribution data with advanced keyword and campaign optimization tools to manage your all campaign optimization process in one platform.

Maximize your advertising ROI

Through complete integration with measurement partners, track your users’ every movement from their first tap to any desired in-app actions.

Proactively know the campaigns bringing revenue, optimize your budget, and get keyword performance alerts to immediately prevent budget waste.

It's provided by SearchAds.com developer team.                    

Informações Básicas da Extensão

Nome Apple Search Ads Keyword Popularity Viewer Apple Search Ads Keyword Popularity Viewer
ID jcjnlidnkghagibkhmcfadaaibecdnip
URL Oficial https://chrome.google.com/webstore/detail/jcjnlidnkghagibkhmcfadaaibecdnip
Descrição View your keywords popularity from Apple SearchAds via SearchAds.com extension.
Tamanho do Arquivo 81.18 KB
Contagem de Instalações 106
Versão Atual 1.0.2
Última Atualização 2021-02-11
Data de Publicação 2020-10-01
Classificação 1.80/5 Total de 5 Avaliações
Desenvolvedor https://searchads.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://searchads.com/
URL da Página de Ajuda https://searchads.com/contact
URL da Página de Política de Privacidade https://www.mobileaction.co/privacy-policy
Idiomas Suportados en-US
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/sa-128.png",
            "16": "images\/sa-16.png",
            "32": "images\/sa-32.png",
            "48": "images\/sa-48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "content.js",
                "jquery-3.5.1.min.js",
                "mutation-summary.js",
                "mutation-listener.js",
                "asa-request.js",
                "render.js",
                "keyword-popup.js",
                "keyword-table.js"
            ],
            "matches": [
                "https:\/\/app.searchads.apple.com\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "View your keywords popularity from Apple SearchAds via SearchAds.com extension.",
    "icons": {
        "128": "images\/sa-128.png",
        "16": "images\/sa-16.png",
        "32": "images\/sa-32.png",
        "48": "images\/sa-48.png"
    },
    "manifest_version": 2,
    "name": "Apple Search Ads Keyword Popularity Viewer",
    "permissions": [
        "storage",
        "webRequest",
        "https:\/\/app.searchads.apple.com\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2"
}