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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shopnetic.ru และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopnetic

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}