Ofidy Shopping Browser Extension

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

Co je Ofidy Shopping Browser Extension?

Ofidy Shopping Browser Extension je rozšíření Chrome vyvinuté https://www.ofidy.com, a jeho hlavní funkcí je „Shop from UK/Europe/USA/Canada and get delivery at your doorstep“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Ofidy Shopping Browser Extension

Stáhněte si soubory rozšíření Ofidy Shopping Browser Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ofidy Shopping Browser Extension Ofidy Shopping Browser Extension
ID pdkcflgphmdmilehdcegmjnpoldgmadm
Oficiální URL https://chromewebstore.google.com/detail/ofidy-shopping-browser-ex/pdkcflgphmdmilehdcegmjnpoldgmadm
Popis Shop from UK/Europe/USA/Canada and get delivery at your doorstep
Velikost souboru 233 KB
Počet instalací 118
Aktuální Verze 1.0.10
Poslední Aktualizace 2018-01-11
Datum Vydání 2018-01-11
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář https://www.ofidy.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.ofidy.com/shops.php
URL Stránky Nápovědy https://www.ofidy.com/faq.php
URL Stránky Zásad Ochrany Soukromí http://www.softskan.com/SoftSkanLimitedPrivacyandGDPRPolicy.pdf
Podporované Jazyky 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
    }
}