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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Grabr - Global Shopping & Delivery

ดาวน์โหลดไฟล์ส่วนขยาย Grabr - Global Shopping & Delivery ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ⚡️ 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\/*"
    ]
}