Prot-On

Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.

Prot-On란 무엇입니까?

Prot-On은(는) https://www.prot-on.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Prot-On 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With this plugin you can protect photos or texts.
Protect for free what you share in the Internet, and also decide at any time and know who, when and what access to your information. 

If you regret something you have shared you can remove access on all copies sent.

With this plugin you can also view texts and photos other users have protected (assuming they have given you permission)

Prot-On is a free application for Windows, Mac, Android and iOS. 

Protect documents, photos and texts and ensure that the information you send by email, upload to the cloud or share on social networks can only be accessed by authorized users.

http://www.prot-on.com                    

확장 프로그램 기본 정보

이름 Prot-On Prot-On
ID pejpgbkkgpngkcafhjikclbipkeifpgm
공식 URL https://chromewebstore.google.com/detail/prot-on/pejpgbkkgpngkcafhjikclbipkeifpgm
설명 Protect your text (from your emails, blog posts, google docs, etc.) from the Prot-On plugin for Chrome.
파일 크기 939 KB
설치 횟수 15
현재 버전 1.0.1
최근 업데이트 2013-10-25
출시 날짜 2013-10-25
평점 5.00/5 총 1 개의 평점
개발자 https://www.prot-on.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.prot-on.com
도움말 페이지 URL http://en.prot-on.com/help
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prot-On",
    "description": "__MSG_chrome_description__",
    "version": "1.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "notifications",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "skin\/proton16.png",
        "48": "skin\/proton48.png",
        "64": "skin\/proton64.png",
        "128": "skin\/proton128.png"
    },
    "web_accessible_resources": [
        "skin\/proton64.png",
        "skin\/error64.png",
        "contextMenu.js"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contextMenu.js"
            ],
            "all_frames": true
        }
    ],
    "plugins": [
        {
            "path": "NPAPI\/npSockets.dll"
        },
        {
            "path": "NPAPI\/Sockets_x86_64.plugin"
        }
    ]
}