Amazon ASIN Viewer
Make visible all ASIN easily on any page of Amazon Site
ما هو Amazon ASIN Viewer؟
Amazon ASIN Viewer هو إضافة Chrome تم تطويرها بواسطة saaction، والميزة الرئيسية لها هي "Make visible all ASIN easily on any page of Amazon Site".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazon ASIN Viewer
قم بتنزيل ملفات الامتداد Amazon ASIN Viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ASIN Viewer, the Amazon ASIN Viewer Tool allowing Amazon Sellers visible ASINS easily on any page Features include: • View ASINs on any Amazon Search result page • View ASINs on Amazon Product Page • Works on over 15 Amazon marketplaces .com .ca .co.uk .es .fr .de .it & many more • View ASINs on any amazon page • 100% FREE • FREE Lifetime Updates • FREE Support Got Question? Reach us : https://saaction.in
معلومات أساسية عن التمديد
الاسم | Amazon ASIN Viewer |
ID | ahhaaapepffpiajdgbaedofpbpfbncff |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazon-asin-viewer/ahhaaapepffpiajdgbaedofpbpfbncff |
الوصف | Make visible all ASIN easily on any page of Amazon Site |
حجم الملف | 31.66 KB |
عدد التثبيتات | 163 |
النسخة الحالية | 0.2 |
آخر تحديث | 2021-04-12 |
تاريخ النشر | 2021-02-16 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | saaction |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://saaction.in/ |
عنوان صفحة المساعدة | http://saaction.in/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon ASIN Viewer", "version": "0.2", "description": "Make visible all ASIN easily on any page of Amazon Site", "permissions": [ "*:\/\/*.amazon.com\/*", "tabs", "activeTab", "storage" ], "options_page": ".\/popup.html", "background": { "scripts": [ ".\/background.js" ], "persistent": false }, "browser_action": { "default_popup": ".\/popup.html", "default_title": "Amazon ASIN Options", "default_icon": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" } }, "icons": { "16": ".\/images\/icon16.png", "32": ".\/images\/icon32.png", "48": ".\/images\/icon48.png", "128": ".\/images\/icon128.png" }, "manifest_version": 2 } |