Shopnetic

Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…

Shopnetic là gì?

Shopnetic là một tiện ích mở rộng Chrome được phát triển bởi https://shopnetic.ru, và tính năng chính của nó là "Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shopnetic

Tải xuống các tệp mở rộng Shopnetic 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

                        Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops.

New sneakers for jogging, dress for that party, books you’d like to read one day, trimmers for the summer season — your wish list is safe with us and we send alerts when something you want is on sale.

Go to your favourite online store and click on the extension icon in your browser tab bar to start saving. When the sale starts on the product you have saved we send you an e-mail or notification if you befriend our @shopneticbot in Telegram app. To browse your goods just login at shopnetic.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shopnetic Shopnetic
ID johbgnpjgalhlhoikkoagcenojkbjpil
URL Chính Thức https://chromewebstore.google.com/detail/shopnetic/johbgnpjgalhlhoikkoagcenojkbjpil
Mô tả Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…
Kích Thước Tệp 56.03 KB
Số Lần Cài Đặt 109
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2017-01-09
Ngày Phát Hành 2017-01-09
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://shopnetic.ru
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "1.0.13",
    "default_locale": "ru",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/shopnetic.dev\/*",
        "https:\/\/shopnetic.ru\/*",
        "https:\/\/shopnetic.com\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": "icons\/128x128.png",
        "default_popup": "popup.html"
    }
}