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.

Что такое Search Ads Volume Tool for ASO?

Search Ads Volume Tool for ASO - это расширение Chrome, разработанное https://www.theasoproject.com, и его основная функция - "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Search Ads Volume Tool for ASO

Скачайте файлы расширений Search Ads Volume Tool for ASO в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Search Ads Volume Tool for ASO Search Ads Volume Tool for ASO
ID emaienkonoepeghlpppkjlidnmklkdao
Официальный URL https://chrome.google.com/webstore/detail/search-ads-volume-tool-fo/emaienkonoepeghlpppkjlidnmklkdao
Описание A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.
Размер файла 136 KB
Количество установок 702
Текущая Версия 1.3
Последнее Обновление 2019-05-16
Дата публикации 2019-05-16
Рейтинг 3.75/5 Всего 4 оценок
Разработчик https://www.theasoproject.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.theasoproject.com
URL страницы политики конфиденциальности https://www.theasoproject.com/privacy
Поддерживаемые языки 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"
}