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.」です。
拡張機能のスクリーンショット
Search Ads Volume Tool for ASO拡張機能のCRXファイルをダウンロード
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |