blink.cloud for Chrome

Creates or views secure messages from the blink.cloud API

blink.cloud for Chrome क्या है?

blink.cloud for Chrome https://blink.cloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates or views secure messages from the blink.cloud API"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में blink.cloud for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        blink.cloud for Chrome is an innovative browser extension that implements instantaneous burn-after-reading technology, allowing users to better secure their conversations online throughout a variety of the web's most popular sites. Sick and tired of your information getting compromised in emails or online chat tools? Need to send something through LinkedIn, gmail, or yahoo but you don't want it to stick around in your recipients mailbox? Then blink is perfect for you.  

Use blink WITH your existing communications methods, embedding 1-time links to secure information that only your receiver can view.  No account is needed to create or view blinks, and the service is backwards compatible (messaging protocol based on hyperlinks).                    

एक्सटेंशन की मूल जानकारी

नाम blink.cloud for Chrome blink.cloud for Chrome
ID lmhaelcnmkkagpcaajhkgpikcdbemkia
आधिकारिक URL https://chromewebstore.google.com/detail/blinkcloud-for-chrome/lmhaelcnmkkagpcaajhkgpikcdbemkia
विवरण Creates or views secure messages from the blink.cloud API
फ़ाइल का आकार 61.34 KB
स्थापना संख्या 148
वर्तमान संस्करण 0.9.2
अंतिम अपडेट 2018-03-11
प्रकाशन तिथि 2018-03-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://blink.cloud
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blink.cloud/extensions/chrome
सहायता पृष्ठ URL https://blink.cloud/learn/chrome-extension
गोपनीयता नीति पृष्ठ URL https://blink.cloud/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "blink.cloud for Chrome",
    "description": "Creates or views secure messages from  the blink.cloud API",
    "version": "0.9.2",
    "permissions": [
        "commands",
        "contextMenus",
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": ".\/img\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js",
            ".\/js\/popup.js",
            ".\/js\/jquery-3.2.1.min.js"
        ]
    },
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "blink": {
            "suggested_key": {
                "default": "Ctrl+B"
            },
            "description": "Create or View a Blink Message"
        }
    },
    "web_accessible_resources": [
        "img\/icon16.png",
        "img\/bc-ext-popup-logo-for-chrome-darkborder.png"
    ],
    "manifest_version": 2
}