Q360QuickSearch

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

Q360QuickSearchคืออะไร?

Q360QuickSearch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Solutions360 และคุณลักษณะหลักของมันคือ "This allows the user to do a quick search using the Q360 webclient."

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Q360QuickSearch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Q360QuickSearch Q360QuickSearch
ID cchagdmlljbeffcnifpplgjafdddjogd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/q360quicksearch/cchagdmlljbeffcnifpplgjafdddjogd
คำอธิบาย This allows the user to do a quick search using the Q360 webclient.
ขนาดไฟล์ 43.61 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2019-02-06
วันที่เผยแพร่ 2019-01-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Solutions360
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://solutions360.com
ภาษาที่รองรับ 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"
    ]
}