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 擴展基本資訊
| 名稱 | |
| ID | elnfdnpcmioiblhbichaacoghdhofeei |
| 官方網址 | 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"
]
} | |