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.

What is Search Ads Volume Tool for ASO?

Search Ads Volume Tool for ASO is a Chrome extension developed by https://www.theasoproject.com, and its main feature is "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume.".

Extension Screenshots

screenshot
screenshot

Download Search Ads Volume Tool for ASO Extension CRX File

Download Search Ads Volume Tool for ASO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Search Ads Volume Tool for ASO Search Ads Volume Tool for ASO
ID emaienkonoepeghlpppkjlidnmklkdao
Official URL 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.
File Size 136 KB
Installation Count 702
Current Version 1.3
Last Updated 2019-05-16
Publish Date 2019-05-16
Rating 3.75/5 Total 4 Ratings
Developer https://www.theasoproject.com
Email [email protected]
Payment Type free
Extension Website https://www.theasoproject.com
Privacy Policy Page URL https://www.theasoproject.com/privacy
Supported Languages 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"
}