Where2Shop

Where2shop(Smart way to Purchase).

ما هو Where2Shop؟

Where2Shop هو إضافة Chrome تم تطويرها بواسطة dhanasekar.mani، والميزة الرئيسية لها هي "Where2shop(Smart way to Purchase).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Where2Shop

قم بتنزيل ملفات الامتداد Where2Shop بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        OVERVIEW - WHERE2SHOP is the First Indian Shopping Search Engine. You can compare prices from Best Online Stores. Give your online shopping the best experience you can ever imagine. No more downloads of different shopping apps. You can find all your favorite store be it Amazon, Flipkart, Snapdeal or other shopping sites. Where2shop is a one stop destination of all your favorite shopping stores. Shop Your favorite products online and compare prices, give the best value for your money.                    

معلومات أساسية عن التمديد

الاسم Where2Shop Where2Shop
ID gdlgfajflgfjnhcgnpdhdhdihngndpmg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/where2shop/gdlgfajflgfjnhcgnpdhdhdihngndpmg
الوصف Where2shop(Smart way to Purchase).
حجم الملف 37.32 KB
عدد التثبيتات 19
النسخة الحالية 2.2
آخر تحديث 2017-05-30
تاريخ النشر 2017-05-30
تقييم 4.64/5 مجموع تقييمات 25
المطور dhanasekar.mani
نوع الدفع free
موقع الإضافة http://where2shop.in/
عنوان صفحة المساعدة http://where2shop.in/search.php?view=searchlist&layout=contactus
عنوان صفحة سياسة الخصوصية http://www.where2shop.in/search.php?view=searchlist&layout=privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where2Shop",
    "version": "2.2",
    "description": "Where2shop(Smart way to Purchase).",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/www.where2shop.in\/*"
        ]
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}