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 |
| 电子邮箱 | [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"
]
}
]
} | |