Ofidy Shopping Browser Extension

Shop from UK/Europe/USA/Canada and get delivery at your doorstep

¿Qué es Ofidy Shopping Browser Extension?

Ofidy Shopping Browser Extension es una extensión de Chrome desarrollada por https://www.ofidy.com, y su función principal es "Shop from UK/Europe/USA/Canada and get delivery at your doorstep".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Ofidy Shopping Browser Extension

Descarga archivos de extensión Ofidy Shopping Browser Extension en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        With the Ofidy Shopping Browser Extension, you can securely and conveniently buy items from online stores in Canada, USA, UK, Other EU Countries, Nigeria, UAE and China (English based websites) and receive your items in Africa or any of the aforementioned countries. The good thing is that with the Ofidy Shopping Browser, you can add items to your cart from several websites across different countries and across different continents even if the items are listed in the respective websites in different currencies...all the items will be in your shopping cart. You can then make payment for all items in your cart in just one currency - that could be your local currency.

With the Ofidy Shopping Browser, you don't have to remember your login details to the several online stores you love to shop in. Also, you don't have to pay separately for items bought in each online store. With the Ofidy Shopping Browser, you can visit each online store, browse to the item you like and add to cart in the Ofidy shopping browser...you can then move on to other website(s) and continue adding items to the Ofidy Shopping Browser's cart. This you can do even if the different websites are in different countries/continents or list items in different currencies.

You shop globally, pay securely on the Ofidy Shopping Browser and we deliver the items to you in your chosen address. You can also collect your item in any of Ofidy's collection centers.

So, please go ahead and shop on the sites you love without concerns of having to log into each site, paying in foreign currencies, struggling with delivery/shipping/freight, or even managing relations with the sellers. We will handle these.

DISCLAIMER:  You agree that by clicking the “Add to Cart” Button on any item, you do the following:

1.       Give Ofidy the express right to extract the URL and the page title of the web page you have open at the time the “Add to Cart” button was clicked

2.       You agree that you inform us that you want to buy the item displayed on the specified URL

3.       You agree that Ofidy will put the item in your Ofidy cart

4.       You agree that Ofidy will provide you with an invoice that will contain the price of the item whose URL we have collected. The invoice will also contain the administrative and shipping charges that Ofidy will bill you for getting that item to you

5.       You authorize the staff working for the Ofidy website to purchase the selected item from the chosen buyer and deliver to you based on Ofidy’s terms and conditions

6.       You agree for Ofidy to pass you details to the company that owns the website should they need your information as a buyer of their products

7.       You agree that where necessary, you authorize the Ofidy team to contact the store/seller on your behalf to help you resolve any customer services related issue(s)

 

Ofidy does not take responsibility for the state of the items bought from third-party websites. The Ofidy team only offer a service to you – helping you purchase identified items and deliver to you.                    

Información Básica de la Extensión

Nombre Ofidy Shopping Browser Extension Ofidy Shopping Browser Extension
ID pdkcflgphmdmilehdcegmjnpoldgmadm
URL Oficial https://chromewebstore.google.com/detail/ofidy-shopping-browser-ex/pdkcflgphmdmilehdcegmjnpoldgmadm
Descripción Shop from UK/Europe/USA/Canada and get delivery at your doorstep
Tamaño del Archivo 233 KB
Cantidad de Instalaciones 118
Versión Actual 1.0.10
Última Actualización 2018-01-11
Fecha de Publicación 2018-01-11
Calificación 2.00/5 Total de 1 Calificaciones
Desarrollador https://www.ofidy.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ofidy.com/shops.php
URL de la Página de Ayuda https://www.ofidy.com/faq.php
URL de la Página de Política de Privacidad http://www.softskan.com/SoftSkanLimitedPrivacyandGDPRPolicy.pdf
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ofidy Shopping Browser Extension",
    "short_name": "Ofidy Shopping Browser",
    "description": "Shop from UK\/Europe\/USA\/Canada and get delivery at your doorstep",
    "version": "1.0.10",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "button_clicked.html",
        "default_title": "Ofidy"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/login_check.js",
                "js\/addcart_check.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}