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 |
| 公式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 |
| Eメール | [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"
]
} | |