ONEX.AM

Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…

Was ist ONEX.AM?

ONEX.AM ist eine Chrome-Erweiterung, die von https://www.onex.am entwickelt wurde, und ihr Hauptmerkmal ist "Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…".

Erweiterungsscreenshots

screenshot

ONEX.AM-Erweiterungs-CRX-Datei herunterladen

Laden Sie ONEX.AM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name ONEX.AM ONEX.AM
ID elnfdnpcmioiblhbichaacoghdhofeei
Offizielle URL https://chromewebstore.google.com/detail/onexam/elnfdnpcmioiblhbichaacoghdhofeei
Beschreibung Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…
Dateigröße 1.65 MB
Installationsanzahl 1,421
Aktuelle Version 1.1
Letztes Update 2021-08-21
Veröffentlichungsdatum 2021-05-13
Bewertung 4.92/5 Insgesamt 13 Bewertungen
Entwickler https://www.onex.am
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.onex.am
Hilfeseite URL https://www.onex.am
URL der Datenschutzrichtlinien-Seite https://onex.am/pages/privacy_policy
Unterstützte Sprachen 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"
    ]
}