Apple Search Ads Search Popularity for ASO

Check search popularity score as % in Apple Search Ads. Accurate data for search volumes. Useful for App Store Optimization (ASO)

Apple Search Ads Search Popularity for ASOคืออะไร?

Apple Search Ads Search Popularity for ASO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย App Radar และคุณลักษณะหลักของมันคือ "Check search popularity score as % in Apple Search Ads. Accurate data for search volumes. Useful for App Store Optimization (ASO)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Apple Search Ads Search Popularity for ASO

ดาวน์โหลดไฟล์ส่วนขยาย Apple Search Ads Search Popularity for ASO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Apple Search Ads is here!

This simple, but helpful, Google Chrome extension by TheTool (the first Performance-Based ASO tool in the market) helps Mobile App Marketers and developers understand better Apple Search Ads keywords popularity.

Recently Apple has launched Search Ads beta for USA App Store and so... Search volume data for Apple App Store!

One of the most outstanding features is that with Apple Search Ads arrive, for the first time, real search volumes for the words that are searched in the iOS App Store search.

Until now, all search volumes data ASO (App Store Optimization) tools showed was simple estimates based on web search data and other sources.

Search Popularity in Apple Search Ads provides real data that the App Marketers can work in their ASO strategies in an effective, efficient and meaningful way. However, Apple displays this data in bars on your Search Ads dashboard. This extension turns these bars into numerical data to help better decision-making and, therefore, better optimization ASO and greater visibility. That is, more organic installs and more business.

Enjoy!

Do you do App Store Optimization? Are you an App Marketer? Like the extension? Share it!

Thanks.

TheTool team

NOTE: This Apple Search Ads extension for ASO purposes is based on @dchavezlive's Search Ads hack cc @thomasbcn @8fit                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Apple Search Ads Search Popularity for ASO Apple Search Ads Search Popularity for ASO
ID ihggdihemilfdammomlckdocaodobcbb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/apple-search-ads-search-p/ihggdihemilfdammomlckdocaodobcbb
คำอธิบาย Check search popularity score as % in Apple Search Ads. Accurate data for search volumes. Useful for App Store Optimization (ASO)
ขนาดไฟล์ 102 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2019-05-29
วันที่เผยแพร่ 2019-05-29
คะแนน 3.52/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา App Radar
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://thetool.io
URL หน้านโยบายความเป็นส่วนตัว https://appradar.com
ภาษาที่รองรับ en
manifest.json
{
    "name": "Apple Search Ads Search Popularity for ASO",
    "version": "1.9",
    "description": "Check search popularity score as % in Apple Search Ads. Accurate data for search volumes. Useful for App Store Optimization (ASO)",
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-1.9.1.min.js",
                "content.js"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "jquery.min.map"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}