ASO Free Tool by AppTweak

Enhance your ASO productivity when visiting the Apple Apps and Google Play Store.

ASO Free Tool by AppTweak क्या है?

ASO Free Tool by AppTweak https://www.apptweak.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your ASO productivity when visiting the Apple Apps and Google Play Store."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ASO Free Tool by AppTweak एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easily switch from one country to another in the App and Play Store app preview; Calculate any app’s description density with this ASO free tool. 

This App Store Optimization (ASO) free extension gathers two major features:
- Country/Language switcher
- Keyword Density Calculator
- Free ASO Report shortcut

🌟 Country/Language switcher🌟 
The extension makes it extremely easy to change the country and language of any app preview in the App and Play Store. In just a click, you can compare any app’s metadata across different countries and languages. 

🌟 Keyword Density Calculator🌟 
Our Keyword Density Calculator shows you the number of times a keyword is repeated in any app’s description and the density level of each word. This tool comes extremely handy for your ASO on the Play Store since, the higher the density of a keyword, the higher the chances the app will rank on that word. Check which are your app’s and your competitors’ top keywords now! 

🌟 Free ASO Report shortcut 🌟
Get a direct link to your App 's Free ASO Report on apptweak.com. Find out about its Category Ranking History and get practical tips on how to improve its listing appearance, keyword position, and more!

Add the extension to your browser and make your ASO routine so much smoother!                    

एक्सटेंशन की मूल जानकारी

नाम ASO Free Tool by AppTweak ASO Free Tool by AppTweak
ID dpabdkgciemdgjlpdlblcmhngdpcjhbl
आधिकारिक URL https://chromewebstore.google.com/detail/aso-free-tool-by-apptweak/dpabdkgciemdgjlpdlblcmhngdpcjhbl
विवरण Enhance your ASO productivity when visiting the Apple Apps and Google Play Store.
फ़ाइल का आकार 2.08 MB
स्थापना संख्या 5,513
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2023-10-25
प्रकाशन तिथि 2019-03-08
रेटिंग 3.46/5 कुल 13 रेटिंग्स
डेवलपर https://www.apptweak.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.apptweak.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ASO Free Tool by AppTweak",
    "short_name": "AppTweak Extension",
    "version": "1.5.0",
    "description": "Enhance your ASO productivity when visiting the Apple Apps and Google Play Store.",
    "author": "AppTweak",
    "homepage_url": "https:\/\/www.apptweak.com?utm_source=chrome-extension&utm_medium=manifest&utm_campaign=manifest",
    "icons": {
        "48": "resources\/icons\/48x48.png",
        "128": "resources\/icons\/128x128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/apps.apple.com\/*",
        "https:\/\/play.google.com\/store\/apps\/details*",
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/apps.apple.com\/*",
                "https:\/\/play.google.com\/store\/apps\/details*",
                "https:\/\/play.google.com\/store\/apps\/details?id=*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "libs\/underscore.js",
                "libs\/xregexp-all.js",
                "libs\/extractOccurences.js",
                "libs\/_languageData.js",
                "libs\/guessLanguage.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "datas\/*",
                "libs\/*",
                "client\/*",
                "resources\/*"
            ],
            "matches": [
                "https:\/\/apps.apple.com\/*",
                "https:\/\/play.google.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "48": "resources\/icons\/48x48.png",
            "128": "resources\/icons\/128x128.png"
        },
        "default_title": "ASO Free Tool by AppTweak",
        "default_popup": "popup\/popup.html"
    }
}