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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.onex.am และคุณลักษณะหลักของมันคือ "Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ONEX.AM

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}