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开发的Chrome扩展程序,该扩展的主要功能是“Easync's powerful plug in for multi variation listings!”。
扩展截图
下载Easync Product ID Grab Tool for Drop Shipping扩展crx文件
下载Easync Product ID Grab Tool for Drop Shipping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |