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™ هو إضافة Chrome تم تطويرها بواسطة Rock'n null، والميزة الرئيسية لها هي "View apps in different languages and quick links to 2 of the Top ASO analytics sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ASO Tools for Google Play Store™
قم بتنزيل ملفات الامتداد ASO Tools for Google Play Store™ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
]
}
]
} | |