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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |