ASO - Toolbox by StoreMaven
This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country
ما هو ASO - Toolbox by StoreMaven؟
ASO - Toolbox by StoreMaven هو إضافة Chrome تم تطويرها بواسطة Storemaven، والميزة الرئيسية لها هي "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ASO - Toolbox by StoreMaven
قم بتنزيل ملفات الامتداد ASO - Toolbox by StoreMaven بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With ONE click: - Easily view app store pages in any country and in any language. - Preview and interact with the mobile layout of any app store. Your ASO strategy just got easier! This ASO tool offers the most convenient way to research your competitors. It allows you to view and download app store mobile layouts straight from your desktop, while looking at iTunes and Google Play web pages.
معلومات أساسية عن التمديد
الاسم | ASO - Toolbox by StoreMaven |
ID | nlgkbpcannbahibpdnonjpnndpeffhmh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/aso-toolbox-by-storemaven/nlgkbpcannbahibpdnonjpnndpeffhmh |
الوصف | This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country |
حجم الملف | 646 KB |
عدد التثبيتات | 7,424 |
النسخة الحالية | 3.0.0 |
آخر تحديث | 2023-01-02 |
تاريخ النشر | 2019-10-02 |
تقييم | 4.13/5 مجموع تقييمات 54 |
المطور | Storemaven |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.storemaven.com |
عنوان صفحة سياسة الخصوصية | https://www.storemaven.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ASO - Toolbox by StoreMaven", "version": "3.0.0", "description": "This App Store Optimization (ASO) tool lets you preview any App Store or Google Play app, in any country", "permissions": [ "tabs", "identity", "identity.email", "storage" ], "host_permissions": [ "https:\/\/serve-dot-mvns-creative-testing-prod.uc.r.appspot.com\/*", "https:\/\/events-dot-mvns-creative-testing-prod.uc.r.appspot.com\/*" ], "content_scripts": [ { "js": [ "contentPage.js" ], "matches": [ "https:\/\/play.google.com\/store\/apps\/*", "https:\/\/itunes.apple.com\/*\/app\/*", "https:\/\/itunes.apple.com\/app\/*", "https:\/\/apps.apple.com\/*\/app\/*", "https:\/\/apps.apple.com\/app\/*" ], "run_at": "document_start" } ], "background": { "service_worker": "backgroundPage.js" }, "web_accessible_resources": [ { "resources": [ "index.html" ], "matches": [ " |