Grabr - Global Shopping & Delivery

Get products from abroad delivered to you by travelers! 🛍️ ✈️ Order from any online store, even if they don’t ship to your country

Grabr - Global Shopping & Delivery क्या है?

Grabr - Global Shopping & Delivery https://grabr.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get products from abroad delivered to you by travelers! 🛍️ ✈️ Order from any online store, even if they don’t ship to your country"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Grabr - Global Shopping & Delivery एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ⚡️ Get this extension to easily order delivery of your favorite products from international stores like Amazon, eBay, Apple and many more in 1-click. ⚡️

You will be matched with Travelers going to your city who will buy and deliver these products to you.

More about How Grabr works 👉 https://grabr.io/how-grabr-works

🚀How Grabr Chrome extension works:
1. Add Grabr extension to your browser.
2. Browse online stores and find the products you want.
3. Use Extension to request delivery of the product on Grabr.
4. Sign up at http://grabr.io to shop any US or overseas products.
5. Get matched with a traveler going to your city who will buy and deliver these products to you.                    

एक्सटेंशन की मूल जानकारी

नाम Grabr - Global Shopping & Delivery Grabr - Global Shopping & Delivery
ID bpmlnlcmaobcdccjgdmkjhjfonmfoiei
आधिकारिक URL https://chromewebstore.google.com/detail/grabr-global-shopping-del/bpmlnlcmaobcdccjgdmkjhjfonmfoiei
विवरण Get products from abroad delivered to you by travelers! 🛍️ ✈️ Order from any online store, even if they don’t ship to your country
फ़ाइल का आकार 1.05 MB
स्थापना संख्या 3,743
वर्तमान संस्करण 4.0.33
अंतिम अपडेट 2020-03-30
प्रकाशन तिथि 2020-03-30
रेटिंग 4.79/5 कुल 19 रेटिंग्स
डेवलपर https://grabr.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://grabr.io/
सहायता पृष्ठ URL https://help.grabr.io
गोपनीयता नीति पृष्ठ URL https://grabr.io/privacy
समर्थित भाषाएँ en,es-419,pt-BR,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_manifestBrowserActionDefaultTitle__"
    },
    "content_scripts": [
        {
            "js": [
                "content3rdParty.js"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ]
        },
        {
            "js": [
                "contentGrabr.js"
            ],
            "matches": [
                "https:\/\/grabr.io\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_manifestDescription__",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_manifestName__",
    "permissions": [
        "activeTab"
    ],
    "version": "4.0.33",
    "web_accessible_resources": [
        "index.js",
        "index.css",
        "assets\/*"
    ]
}