ShareAccount

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

ShareAccount क्या है?

ShareAccount https://nicosantangelo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share your current account with others without revealing your password, securely."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ShareAccount एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:"
}