ShareAccount

Share your current account with others without revealing your password, securely.

ShareAccount란 무엇입니까?

ShareAccount은(는) https://nicosantangelo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share your current account with others without revealing your password, securely."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

ShareAccount 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever wanted to share an account, maybe Netflix or maybe something at work but couldn't find a good way to do it?

If so, give ShareSafe a try! it's a safe way to share your session without giving out anything else in the process

**Use**

1. Ask the recipient for their code (found on the extension menu RECEIVE ACCOUNT)
2. Go to the site from where you want to share the account and click the extension icon.
3. Press SHARE ACCOUNT and enter the code with an optional timeout.
4. Press SHARE and copy the result.
5. Who only has to add it in the textbox of the RECEIVE ACCOUNT and press RECEIVE.

🎩 Voilà

More info at https://shareaccount.nicosantangelo.com/
You can find the code on https://github.com/NicoSantangelo/shareaccount                    

확장 프로그램 기본 정보

이름 ShareAccount ShareAccount
ID glifngepkcmfolnojchcfiinmjgeablm
공식 URL https://chromewebstore.google.com/detail/shareaccount/glifngepkcmfolnojchcfiinmjgeablm
설명 Share your current account with others without revealing your password, securely.
파일 크기 72.56 KB
설치 횟수 26,903
현재 버전 1.2.1
최근 업데이트 2020-10-27
출시 날짜 2017-10-14
평점 4.15/5 총 39 개의 평점
개발자 https://nicosantangelo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://shareaccount.nicosantangelo.com/
도움말 페이지 URL https://github.com/NicoSantangelo/shareaccount
개인정보 보호 정책 페이지 URL https://github.com/nicosantangelo/portfolio/blob/master/PRIVACY.md
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ShareAccount",
    "description": "Share your current account with others without revealing your password, securely.",
    "short_name": "ShareAccount",
    "version": "1.2.1",
    "icons": {
        "18": "icons\/18.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self' https:\/\/privatebin.net; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net data:"
}