Easync Product ID Grab Tool for Drop Shipping
Easync's powerful plug in for multi variation listings!
Easync Product ID Grab Tool for Drop Shipping क्या है?
Easync Product ID Grab Tool for Drop Shipping https://easync.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easync's powerful plug in for multi variation listings!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Easync Product ID Grab Tool for Drop Shipping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easync.io is a powerful Chrome extension that simplifies online shopping by collecting product IDs from top US online stores like Amazon and Walmart. With Easync.io, you can easily gather Amazon ASINs and Walmart Product IDs, making it easy to compare prices and purchase your favorite products. Say goodbye to the hassle of navigating multiple websites and searching for product IDs - Easync.io has got you covered!
एक्सटेंशन की मूल जानकारी
नाम | Easync Product ID Grab Tool for Drop Shipping |
ID | cailnmbnfboealffnempgplnfcjoibgb |
आधिकारिक URL | https://chromewebstore.google.com/detail/easync-product-id-grab-to/cailnmbnfboealffnempgplnfcjoibgb |
विवरण | Easync's powerful plug in for multi variation listings! |
फ़ाइल का आकार | 4.17 MB |
स्थापना संख्या | 10,045 |
वर्तमान संस्करण | 2.29.62 |
अंतिम अपडेट | 2023-07-06 |
प्रकाशन तिथि | 2020-04-18 |
रेटिंग | 3.20/5 कुल 10 रेटिंग्स |
डेवलपर | https://easync.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://easync.io/ |
सहायता पृष्ठ URL | https:/help.easync.io/ |
गोपनीयता नीति पृष्ठ URL | https://help.easync.io/en/articles/3798382-privacy-policy-of-easync-chrome-extension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easync Product ID Grab Tool for Drop Shipping", "short_name": "Product ID Grabbing Tool", "description": "Easync's powerful plug in for multi variation listings!", "version": "2.29.62", "manifest_version": 2, "permissions": [ "activeTab", "downloads", "clipboardRead", "clipboardWrite", "storage" ], "browser_action": { "default_title": "easync.io", "default_icon": "img\/logo-48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.co.jp\/*" ], "css": [ "css\/font-awesome.min.css" ], "js": [ "lib\/jquery.js", "lib\/address.js" ] }, { "matches": [ "*:\/\/*.amazon.com\/a\/addresses\/add*", "*:\/\/*.amazon.com\/gp\/buy\/*", "*:\/\/*.amazon.co.uk\/gp\/buy\/*", "*:\/\/*.amazon.ca\/gp\/buy\/*", "*:\/\/*.amazon.de\/gp\/buy\/*", "*:\/\/*.amazon.fr\/gp\/buy\/*", "*:\/\/*.amazon.it\/gp\/buy\/*", "*:\/\/*.amazon.es\/gp\/buy\/*", "*:\/\/*.amazon.co.jp\/gp\/buy\/*" ], "js": [ "lib\/address.js", "injectAddr.js" ] } ], "icons": { "16": "img\/logo-16.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } } |