Clikque: search Google & your contacts

Clikque Сhrome Extension suggests your contacts for any Google™ search.

Clikque: search Google & your contactsคืออะไร?

Clikque: search Google & your contacts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://clikque.me และคุณลักษณะหลักของมันคือ "Clikque Сhrome Extension suggests your contacts for any Google™ search."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clikque: search Google & your contacts

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

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

                        Making Search more Personal

Clikque unlocks the power of your personal contacts when you really need them. Our search engine extension matches your needs to your contacts who would be able to help you with a solution, using patent-pending machine-learning technology to analyze attributes including subject matter, skills, interests, locations, user relationships, a likelihood of response, and personal connections.

Activate the Clikque Сhrome Extension and start Googling! It's that simple. You’ll immediately get relevant suggestions with your trusted contacts for any Google search. Clikque provides you an opportunity to call or message your suggested contacts directly from your browser.

Use the Clikque Mobile App & Clikque Сhrome Extension to make complex search simple & fun to use. Learn more at Clikque.me                    

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

ชื่อ Clikque: search Google & your contacts Clikque: search Google & your contacts
ID nbjoegobbmohfeaiknajlmomcbmnpnoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/clikque-search-google-you/nbjoegobbmohfeaiknajlmomcbmnpnoe
คำอธิบาย Clikque Сhrome Extension suggests your contacts for any Google™ search.
ขนาดไฟล์ 483 KB
จำนวนการติดตั้ง 44
เวอร์ชันปัจจุบัน 0.4.4
อัปเดตครั้งล่าสุด 2018-08-08
วันที่เผยแพร่ 2018-08-08
คะแนน 4.95/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://clikque.me
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://clikque.me/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clikque: search Google & your contacts",
    "short_name": "Clikque",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgSvlBh+i8jcir62eJm\/8Wu8g0lzL0xEsc+l\/XTNlX9vxtbZpIp8Rbl4TuvMKz9yF6UGhvcYK+6LadIR62NKBT0zjso3TJ4IcB4YK+wnvZbDUrjnosreNKPbfxBZrbpOOoDL1sNH3rnaDa\/zc3H3N0AFvc+f4v8IjxuZuSsAde5uG1CN9dLcsFsfvMIxKEMEo3EaNsS3WHj0fTO7z9wXgNWXB2e97994CHNTd+rJqqIfdKKrNuQMmFXswwCSlKH9SKXbiVRBrqzRO7DUiffhR1QfAz4tpMv1Ud8JDWVx7zxqM+LoxbYmZWV+Sw1\/SO7IBGEfkI5xS5EjKTXLcxPATSQIDAQAB",
    "description": "Clikque \u0421hrome Extension suggests your contacts for any Google\u2122 search.",
    "version": "0.4.4",
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "popup.js"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "gcm",
        "tabs",
        "storage",
        "background",
        "identity",
        "identity.email",
        "contextMenus"
    ],
    "author": "Artem N. & Karen T."
}