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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | bpmlnlcmaobcdccjgdmkjhjfonmfoiei |
官方網址 | 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\/*" ] } |