Ofidy Shopping Browser Extension

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

什么是Ofidy Shopping Browser Extension?

Ofidy Shopping Browser Extension是由https://www.ofidy.com开发的Chrome扩展程序,该扩展的主要功能是“Shop from UK/Europe/USA/Canada and get delivery at your doorstep”。

扩展截图

screenshot
screenshot

下载Ofidy Shopping Browser Extension扩展crx文件

下载Ofidy Shopping Browser Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Ofidy Shopping Browser Extension Ofidy Shopping Browser Extension
ID pdkcflgphmdmilehdcegmjnpoldgmadm
官方URL https://chromewebstore.google.com/detail/ofidy-shopping-browser-ex/pdkcflgphmdmilehdcegmjnpoldgmadm
简介 Shop from UK/Europe/USA/Canada and get delivery at your doorstep
文件大小 233 KB
安装次数 118
当前版本 1.0.10
更新时间 2018-01-11
上架时间 2018-01-11
评分 2.00/5 共1次评分
开发者 https://www.ofidy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ofidy.com/shops.php
帮助页面URL https://www.ofidy.com/faq.php
隐私政策页面URL http://www.softskan.com/SoftSkanLimitedPrivacyandGDPRPolicy.pdf
支持的语言 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
    }
}