Shoplink
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.
Shoplink là gì?
Shoplink là một tiện ích mở rộng Chrome được phát triển bởi BookmarkCorp, và tính năng chính của nó là "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shoplink
Tải xuống các tệp mở rộng Shoplink dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. It works with online retailers as well as brick and mortar stores. This allows you to get instant feedback and reviews as well as being confident you are getting the best deal. It also allows you to instantly compare prices from different online retailers without changing your normal shopping experience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcpjbjaabmjflecfdcalngicpgjcfafi |
URL Chính Thức | https://chrome.google.com/webstore/detail/shoplink/mcpjbjaabmjflecfdcalngicpgjcfafi |
Mô tả | It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time. |
Kích Thước Tệp | 934 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2014-12-03 |
Ngày Phát Hành | 2014-12-02 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | BookmarkCorp |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shoplink", "description": "It's a new way of shopping, Shoplink connects anyone buying the same thing at the same time.", "version": "1.1.0", "manifest_version": 2, "web_accessible_resources": [ "img\/*" ], "icons": { "16": "Shoplink-logo-16.png", "48": "Shoplink-logo-48.png", "128": "Shoplink-logo-128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "storage", "http:\/\/www.amazon.com\/*", "http:\/\/www.ebay.com\/*", "http:\/\/www.offerna.com\/*", "http:\/\/*.souq.com\/*", "http:\/\/www.nefsak.com\/*", "https:\/\/www.etsy.com\/*", "http:\/\/www.bestbuy.com\/*", "http:\/\/www.staples.com\/*", "http:\/\/www.walmart.com\/*", "http:\/\/shoplink.talkcloud.me\/*" ], "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "http:\/\/www.amazon.com\/*", "http:\/\/www.ebay.com\/*", "http:\/\/www.offerna.com\/*", "http:\/\/*.souq.com\/*", "http:\/\/www.nefsak.com\/*", "https:\/\/www.etsy.com\/*", "http:\/\/www.bestbuy.com\/*", "http:\/\/www.staples.com\/*", "http:\/\/www.walmart.com\/*" ] } ] } |