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은(는) https://www.theasoproject.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension from The ASO Project in order to view numeric values for Apple Search Ad keyword volume."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Search Ads Volume Tool for ASO 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}