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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |