ONEX.AM
Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…
什么是ONEX.AM?
ONEX.AM是由https://www.onex.am开发的Chrome扩展程序,该扩展的主要功能是“Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…”。
扩展截图
下载ONEX.AM扩展crx文件
下载ONEX.AM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required. Addresses added: - Amazon - Carters - Shop Disney - B&H Photo Video - Rockauto
扩展基本信息
名称 | ONEX.AM |
ID | elnfdnpcmioiblhbichaacoghdhofeei |
官方URL | https://chromewebstore.google.com/detail/onexam/elnfdnpcmioiblhbichaacoghdhofeei |
简介 | Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.… |
文件大小 | 1.65 MB |
安装次数 | 1,421 |
当前版本 | 1.1 |
更新时间 | 2021-08-21 |
上架时间 | 2021-05-13 |
评分 | 4.92/5 共13次评分 |
开发者 | https://www.onex.am |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.onex.am |
帮助页面URL | https://www.onex.am |
隐私政策页面URL | https://onex.am/pages/privacy_policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ONEX.AM", "version": "1.1", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/onex.am\/*\/*", "https:\/\/www.amazon.com\/a\/addresses\/add*", "https:\/\/www.amazon.com\/a\/addresses?alertId=yaab-enterAddressSucceed", "https:\/\/www.carters.com\/on\/demandware.store\/Sites-Carters-Site\/default\/Address-Add", "https:\/\/www.carters.com\/on\/demandware.store\/Sites-Carters-Site\/default\/Address-Add*", "https:\/\/www.carters.com\/address-book", "https:\/\/www.shopdisney.com\/account", "https:\/\/www.carters.com\/on\/demandware.store\/Sites-Carters-Site\/default\/Address-Edit?AddressID=1622%2520E%2520Ayre%2520Street&isEdit=true", "https:\/\/www.carters.com\/on\/demandware.store\/Sites-Carters-Site\/default\/Address-Edit*", "https:\/\/www.bhphotovideo.com\/find\/MyAccount.jsp*", "https:\/\/www.bhphotovideo.com\/find\/MyAccount.jsp\/AddrModified\/newADR\/*", "https:\/\/www.rockauto.com\/en\/profile" ], "js": [ "content.js" ] } ], "browser_action": { "default_title": "ONEX ONECLICK", "default_popup": "popup.html", "default_icon": { "128": "image\/airplane.png" } }, "icons": { "128": "image\/airplane.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ] } |