Qlink.it Client for Gmail

Insert a new qlinked message in your email or select a text of your message and covert it in a qlinked message.

Qlink.it Client for Gmailคืออะไร?

Qlink.it Client for Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Qlink.it และคุณลักษณะหลักของมันคือ "Insert a new qlinked message in your email or select a text of your message and covert it in a qlinked message."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qlink.it Client for Gmail

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

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

                        Encrypt your emails with Qlink.it.
Qlink.it is a new, free, and very simple and secure way to send confidential information through the Internet.
A qlink is just a normal link to a private message with the special feature that its content get auto-deleted once its read. By sending this link to another user you are guaranteed that, once the message is read, its content can never be retrieved or viewed by anyone else again.

Our priority is privacy so Qlink.it has many features to guarantee that your information is safe and private. Here are some of its key security features:

★ Simplicity
★ Client side encryption
★ Privacy
★ Auto-destroy
★ Volatility
★ Link expiration

- For this extension:
Use the context menu with the right mouse button or the shortcuts "Ctrl+Shift+z" to insert a new qlink and "Ctrl+Shift+ x" to replace selected text of your email message.
To avoid that while composing the mail, the ciphertext does not reach Google servers, we have developed a tool to prevent the contents of the email you're writing is saved by Gmail in the 'Drafts' folder.
To enable this feature in your new email, select the button with the padlock before clicking on the 'COMPOSE' button.

See more technical information about Qlink.it in https://qlink.it/main
Qlink.it Team.



©2014 QLink.it, All Rights Reserved                    

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

ชื่อ Qlink.it Client for Gmail Qlink.it Client for Gmail
ID cbpanjdedkeainbhlbjjlihnmgifmmbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/qlinkit-client-for-gmail/cbpanjdedkeainbhlbjjlihnmgifmmbe
คำอธิบาย Insert a new qlinked message in your email or select a text of your message and covert it in a qlinked message.
ขนาดไฟล์ 135 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน Pucara 1.0.13
อัปเดตครั้งล่าสุด 2015-11-01
วันที่เผยแพร่ 2015-11-01
คะแนน 4.75/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Qlink.it
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://qlink.it/main?lang=en
URL หน้าช่วยเหลือ https://qlink.it/main?lang=en
ภาษาที่รองรับ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qlink.it Client for Gmail",
    "short_name": "Qlink.it Client",
    "default_locale": "en",
    "description": "__MSG_qdescription__",
    "version": "1.0.13",
    "version_name": "Pucara 1.0.13",
    "permissions": [
        "https:\/\/mail.google.com\/*",
        "https:\/\/qlink.it\/*",
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "author": [
        {
            "email": "[email protected]",
            "name": "Ricardo Bianchi"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/qlink.it; style-src 'unsafe-inline'; img-src 'self' https:\/\/qlink.it; object-src 'self'; frame-src: 'self'",
    "web_accessible_resources": [
        "icon48.png",
        "delete.png",
        "spinner.gif",
        "xmlrpc.js",
        "flag.js",
        "flagNS.js"
    ],
    "offline_enabled": false,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery-ui.min.js",
                "md5.js",
                "application.js",
                "sha256.js",
                "xss.js",
                "aes.js",
                "pbkdf2.js",
                "lzw.js",
                "contextual.js",
                "rangy-core.js",
                "rangy-selectionsaverestore.js"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}