Q360QuickSearch

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

Apa itu Q360QuickSearch?

Q360QuickSearch adalah ekstensi Chrome yang dikembangkan oleh Solutions360, dan fitur utamanya adalah "This allows the user to do a quick search using the Q360 webclient.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Q360QuickSearch

Unduh file ekstensi Q360QuickSearch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Q360QuickSearch Q360QuickSearch
ID cchagdmlljbeffcnifpplgjafdddjogd
URL Resmi https://chromewebstore.google.com/detail/q360quicksearch/cchagdmlljbeffcnifpplgjafdddjogd
Deskripsi This allows the user to do a quick search using the Q360 webclient.
Ukuran File 43.61 KB
Jumlah Instalasi 69
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-02-06
Tanggal Publikasi 2019-01-31
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Solutions360
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://solutions360.com
Bahasa yang Didukung 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"
    ]
}