SharePass - Share Accounts. Not Passwords.

Share your accounts without giving your passwords away!

O que é SharePass - Share Accounts. Not Passwords.?

SharePass - Share Accounts. Not Passwords. é uma extensão do Chrome desenvolvida por https://sharepass.app, e sua principal característica é "Share your accounts without giving your passwords away!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SharePass - Share Accounts. Not Passwords.

Baixe arquivos de extensão SharePass - Share Accounts. Not Passwords. no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome SharePass - Share Accounts. Not Passwords. SharePass - Share Accounts. Not Passwords.
ID ogobpofhpaediomejphdlbljncngeggl
URL Oficial https://chromewebstore.google.com/detail/sharepass-share-accounts/ogobpofhpaediomejphdlbljncngeggl
Descrição Share your accounts without giving your passwords away!
Tamanho do Arquivo 2.27 MB
Contagem de Instalações 11,298
Versão Atual 2.5
Última Atualização 2024-02-13
Data de Publicação 2020-05-23
Classificação 4.58/5 Total de 45 Avaliações
Desenvolvedor https://sharepass.app
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://sharepass.app
URL da Página de Ajuda https://sharepass.app/#two
URL da Página de Política de Privacidade https://sharepass.app
Idiomas Suportados 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; "
    }
}