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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates or views secure messages from the blink.cloud API"입니다.
확장 프로그램 스크린샷
blink.cloud for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 } |