WebSoSanh

Công cụ so sánh giá

What is WebSoSanh?

WebSoSanh is a Chrome extension developed by websosanh, and its main feature is "Công cụ so sánh giá".

Extension Screenshots

screenshot
screenshot
screenshot

Download WebSoSanh Extension CRX File

Download WebSoSanh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ứng dụng so sánh giá hàng đầu Việt Nam. Giúp bạn so sánh giá bán sản phẩm từ hơn 10.000 website bán hàng phổ biến nhất.                    

Extension Basic Information

Name WebSoSanh WebSoSanh
ID ojclbecpekjpndbjjkmbiapbeknfclih
Official URL https://chromewebstore.google.com/detail/websosanh/ojclbecpekjpndbjjkmbiapbeknfclih
Description Công cụ so sánh giá
File Size 351 KB
Installation Count 155
Current Version 1.0.2
Last Updated 2016-04-06
Publish Date 2016-04-06
Rating 5.00/5 Total 2 Ratings
Developer websosanh
Payment Type free
Extension Website http://websosanh.vn/
Help Page URL http://websosanh.vn/
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebSoSanh",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "C\u00f4ng c\u1ee5 so s\u00e1nh gi\u00e1",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "myPopup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/all.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "64": "img\/icon-64.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.net; object-src 'self'"
}