SharePass - Share Accounts. Not Passwords.

Share your accounts without giving your passwords away!

什麼是SharePass - Share Accounts. Not Passwords.?

SharePass - Share Accounts. Not Passwords.是由https://sharepass.app開發的Chrome擴展程式,該擴展的主要功能是“Share your accounts without giving your passwords away!”。

擴展截圖

screenshot
screenshot
screenshot

下載SharePass - Share Accounts. Not Passwords.擴展crx文件

下載SharePass - Share Accounts. Not Passwords.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Everything for a Username! 
- That's right. No email addresses. No mobile phones. No remembering those pesky passwords. Just you and a username you get to choose!
- Don't worry though, we believe your private information should stay private hence there's strong authentication going on behind the scenes.

Share Accounts - Not Passwords.
- Share temporary access for 4 hours, 1 day, 7 days or 2 weeks! Perfect for a socially-distanced movie night or binge watching the latest season of your favourite TV show.
- Your accounts are encrypted and sent via an SSL secured network - no need to generate manual URLs which store your sessions on a server, just type in their username and hit SharePass!
- Sessions are stored locally on your device, meaning even we can't access your data.

Share with Friends!
- We'll automatically add to your Friends list when you SharePass or Receive so you don't have to.
- If you want to SharePass to the same user again, just click on their name in your Friends list when they're online! No need to remember or type their usernames.

Anytime Sharing!
- Turn on Anytime Sharing in the Settings to share to Friends even when they are not online!

Presence
- A green circle will appear around a Friend's icon suggesting they are online
- If a user is not your friend yet, the SharePass yellow underline will turn green as well.

Works on a wide range of websites
- We combine your cookies and storage data to create a shareable session but please do not share sensitive accounts.

Notifications 
- When you receive new accounts, you will be notified within your browser so you can sign in automatically.

User Guide & More Information: https://sharepass.app

---

SPv2.5
- We're back! Big updates are coming this year so stay tuned! 
- Forced log out when your session timer has ended
- Loading screen to minimise session load issues
- Updated for the latest versions of Chrome
- Speed and stability improvements

SPv2.4
- Anytime Sharing allows you to share with Friends even when they are not online! Go to Settings to turn it on.
- Stability Improvements

SPv2.3
- Rich Notifications - automatically sign by clicking on a notification when you are sent an account
- Bug fixes

SPv2.1
- Extension load speed significantly improved
- The new Settings page allows users to fine-tune their privacy preferences
- Duration countdown timer now appears all the time
- Many new websites can now be SharePassed
- New languages added: French, Spanish, Dutch, Bangla, Hindi, Portuguese, Thai

SPv2
- Automatically add new Friends by sharing to them!
- See when Friends are online: a green circle will appear around a friend's icon if they are online
- No need to keep typing usernames anymore, just click on a friend in your Friends list to share to them
- Find mutual friends
- Dark Mode 
- 2 week duration option added
- Support for more websites
- Redesigned UI
- Sender username added to notification
- Bug fixed around automatic Sign In

SPv1.5
- Choose to SharePass for 4 hours, 1 or 7 days! The timer starts when a receiver accepts a session and once their time runs out, the session will automatically be removed and the user will be signed out of your account - perfect for temporary access.

**Disclaimer**

By downloading this extension, you are agreeing to the following:
- You will only share accounts to people you know and trust
- You will continue to abide by the terms and conditions of the accounts you are sharing or receiving on our platform
- Although efforts are made to secure and encrypt your accounts as they are shared, the security of your accounts is ultimately your responsibility
- This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.
- By using this extension, you agree to the SharePass Privacy Policy available at https://sharepass.app/#three

Feel free to contribute to our roadmap by suggesting features or reporting bugs to [email protected]                    

擴展基本資訊

名稱 SharePass - Share Accounts. Not Passwords. SharePass - Share Accounts. Not Passwords.
ID ogobpofhpaediomejphdlbljncngeggl
官方網址 https://chromewebstore.google.com/detail/sharepass-share-accounts/ogobpofhpaediomejphdlbljncngeggl
簡介 Share your accounts without giving your passwords away!
檔案大小 2.27 MB
安裝次數 11,298
目前版本 2.5
更新時間 2024-02-13
上架時間 2020-05-23
評分 4.58/5 共 45 次評分
開發者 https://sharepass.app
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://sharepass.app
說明頁面URL https://sharepass.app/#two
隱私政策頁面URL https://sharepass.app
支援的語言 en,fr,nl,es,es-419,pt-BR,pt-PT,hi,bn,th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_SharePass_Share_Accounts_Not_Passwords__",
    "version": "2.5",
    "author": "SharePass",
    "description": "__MSG_Share_your_accounts_without_ever_giving_your_passwords_away__",
    "default_locale": "en",
    "background": {
        "service_worker": "serviceWorkerLoader.js"
    },
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": {
            "16": "icons\/Share-16.png",
            "19": "icons\/Share-19.png",
            "32": "icons\/Share-32.png",
            "48": "icons\/Share-48.png",
            "128": "icons\/Share-128.png"
        },
        "default_title": "SharePass!",
        "default_popup": "interface\/popup\/popup.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "notifications",
        "browsingData",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/Share-16.png",
        "19": "icons\/Share-19.png",
        "32": "icons\/Share-32.png",
        "48": "icons\/Share-48.png",
        "128": "icons\/Share-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/www.google-analytics.com; "
    }
}