Shopnetic

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

什麼是Shopnetic?

Shopnetic是由https://shopnetic.ru開發的Chrome擴展程式,該擴展的主要功能是“Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Shopnetic擴展crx文件

下載Shopnetic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Shopnetic Shopnetic
ID johbgnpjgalhlhoikkoagcenojkbjpil
官方網址 https://chromewebstore.google.com/detail/shopnetic/johbgnpjgalhlhoikkoagcenojkbjpil
簡介 Save everything from everywhere and buy cheaper. Shopnetic is a wish list that tells you when the price drops. New sneakers for…
檔案大小 56.03 KB
安裝次數 109
目前版本 1.0.13
更新時間 2017-01-09
上架時間 2017-01-09
評分 5.00/5 共 8 次評分
開發者 https://shopnetic.ru
付費類型 free
支援的語言 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"
    }
}