A7 ECOM TOOLS
Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others.
A7 ECOM TOOLS क्या है?
A7 ECOM TOOLS VA7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Finding trademarks and keywords made easy on several platforms like Amazon, eBay, Etsy, and others."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में A7 ECOM TOOLS एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ URL | https://www.va7.co |
गोपनीयता नीति पृष्ठ URL | 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'" } |