smartware

Smart Plugin for Chrome

What is smartware?

smartware is a Chrome extension developed by http://www.genietoolbars.com, and its main feature is "Smart Plugin for Chrome".

Download smartware Extension CRX File

Download smartware 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

                        Smart Plugin for Chrome                    

Extension Basic Information

Name smartware smartware
ID nghgimeiakkfjihnijlacdmgdkdmhhpm
Official URL https://chrome.google.com/webstore/detail/smartware/nghgimeiakkfjihnijlacdmgdkdmhhpm
Description Smart Plugin for Chrome
File Size 10.68 KB
Installation Count 18
Current Version 3.0
Last Updated 2014-02-17
Publish Date 2014-02-17
Rating 5.00/5 Total 1 Ratings
Developer http://www.genietoolbars.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "smartware",
    "manifest_version": 2,
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js",
            "backgroundhelper.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content_script.js"
            ]
        }
    ]
}