ONEX.AM
Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…
Hvad er ONEX.AM?
ONEX.AM er en Chrome-udvidelse udviklet af https://www.onex.am, og dens hovedfunktion er "Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.…".
Udvidelsesskærmbilleder
Download ONEX.AM-udvidelses-CRX-fil
Download ONEX.AM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | ONEX.AM |
ID | elnfdnpcmioiblhbichaacoghdhofeei |
Officiel URL | https://chromewebstore.google.com/detail/onexam/elnfdnpcmioiblhbichaacoghdhofeei |
Beskrivelse | Onex OneClick is an extension that adds "ONEX shipping address" to the website you love to shop. Onex.am account is required.… |
Filstørrelse | 1.65 MB |
Antal Installationer | 1,421 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-08-21 |
Udgivelsesdato | 2021-05-13 |
Bedømmelse | 4.92/5 Samlet 13 Bedømmelser |
Udvikler | https://www.onex.am |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.onex.am |
Hjælpeside-URL | https://www.onex.am |
URL til Fortrolighedspolitik Side | https://onex.am/pages/privacy_policy |
Understøttede Sprog | 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" ] } |