Q360QuickSearch

This allows the user to do a quick search using the Q360 webclient.

What is Q360QuickSearch?

Q360QuickSearch is a Chrome extension developed by Solutions360, and its main feature is "This allows the user to do a quick search using the Q360 webclient.".

Extension Screenshots

screenshot

Download Q360QuickSearch Extension CRX File

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

                                            

Extension Basic Information

Name Q360QuickSearch Q360QuickSearch
ID cchagdmlljbeffcnifpplgjafdddjogd
Official URL https://chromewebstore.google.com/detail/q360quicksearch/cchagdmlljbeffcnifpplgjafdddjogd
Description This allows the user to do a quick search using the Q360 webclient.
File Size 43.61 KB
Installation Count 69
Current Version 1.3
Last Updated 2019-02-06
Publish Date 2019-01-31
Rating 5.00/5 Total 2 Ratings
Developer Solutions360
Email [email protected]
Payment Type free
Extension Website http://solutions360.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Q360QuickSearch",
    "description": "This allows the user to do a quick search using the Q360 webclient.",
    "author": "Solutions 360",
    "version": "1.3",
    "homepage_url": "http:\/\/www.solutions360.com\/",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/controller.php?action=q360*",
                "*:\/\/*\/controller.php?action=quicksearch*"
            ],
            "js": [
                "Q360QuickSearch.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "backend.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab"
    ]
}