ASO Tools for Google Play Store™
View apps in different languages and quick links to 2 of the Top ASO analytics sites.
ASO Tools for Google Play Store™とは何ですか?
ASO Tools for Google Play Store™はRock'n nullによって開発されたChromeの拡張機能で、その主な機能は「View apps in different languages and quick links to 2 of the Top ASO analytics sites.」です。
拡張機能のスクリーンショット
ASO Tools for Google Play Store™拡張機能のCRXファイルをダウンロード
ASO Tools for Google Play Store™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check apps in different languages, Great for checking store listing or checking reviews. Also fast links to 2 of the Top ASO analytics sites. 拡張機能の基本情報
| 名前 | |
| ID | ogbiebalkhkimkogbkofjbfclocdaofg |
| 公式URL | https://chromewebstore.google.com/detail/aso-tools-for-google-play/ogbiebalkhkimkogbkofjbfclocdaofg |
| 説明 | View apps in different languages and quick links to 2 of the Top ASO analytics sites. |
| ファイルサイズ | 26.86 KB |
| インストール数 | 666 |
| 現在のバージョン | 4.0 |
| 最終更新日 | 2021-03-15 |
| 公開日 | 2020-05-26 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | Rock'n null |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ASO Tools for Google Play Store\u2122",
"description": "View apps in different languages and quick links to 2 of the Top ASO analytics sites.",
"version": "4.0",
"browser_action": {
"default_icon": "logo32.png",
"default_title": "ASO Tools for Google Play Store\u2122"
},
"icons": {
"16": "logo16.png",
"24": "logo48.png",
"32": "logo32.png",
"128": "logo32.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/play.google.com\/store\/apps\/details?id=*"
],
"css": [
"style.css"
],
"js": [
"content.js"
]
}
]
} | |