A7 ECOM TOOLS
Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.
ما هو A7 ECOM TOOLS؟
A7 ECOM TOOLS هو إضافة Chrome تم تطويرها بواسطة VA7، والميزة الرئيسية لها هي "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة A7 ECOM TOOLS
قم بتنزيل ملفات الامتداد A7 ECOM TOOLS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps users to easily find trademarks by brands or keywords on several websites, like Amazon, eBay, Etsy and so on. Users who sell on these platforms can use this extension to verify and to avoid trademark violation.
معلومات أساسية عن التمديد
الاسم | A7 ECOM TOOLS |
ID | fenbfdmldcjefniaknadlonmkadopodm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/a7-ecom-tools/fenbfdmldcjefniaknadlonmkadopodm |
الوصف | Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others. |
حجم الملف | 826 KB |
عدد التثبيتات | 124 |
النسخة الحالية | 1.0.11 |
آخر تحديث | 2020-11-18 |
تاريخ النشر | 2020-06-13 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | VA7 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.va7.co |
عنوان صفحة المساعدة | https://www.va7.co |
عنوان صفحة سياسة الخصوصية | https://www.va7.co/dashboard/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "A7 ECOM TOOLS", "description": "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.", "default_locale": "en", "permissions": [ "storage", "unlimitedStorage", "cookies", "https:\/\/www.va7.co\/", "http:\/\/localhost:8080\/" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/jquery.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.ebay.com\/*", "*:\/\/*.etsy.com\/*", "*:\/\/*.myshopify.com\/*" ], "js": [ "js\/jquery.min.js", "js\/content-script-main.js", "js\/content-script.js", "js\/fontawesome-all.min.js" ], "css": [ "css\/main.css", "css\/fontawesome-all.min.css" ], "all_frames": true } ], "browser_action": { "default_title": "A7 ECOM TOOLS", "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "web_accessible_resources": [ "_generated_background_page.html", "content.html", "contentb.html", "icons\/close64.png", "icons\/icon48.png" ], "version": "1.0.11", "content_security_policy": "script-src 'self' ; object-src 'self'" } |