PositivUS for Chrome

Creating Positive Communication while writing messages.

Co je PositivUS for Chrome?

PositivUS for Chrome je rozšíření Chrome vyvinuté https://positivus.io, a jeho hlavní funkcí je „Creating Positive Communication while writing messages.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PositivUS for Chrome

Stáhněte si soubory rozšíření PositivUS for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        PositivUS extension analyses the way you write in English and helps you learn how positive or negative your communication is. Review and choose your words accurately and improve your life by making a better impact through the way you communicate.

Easy to use
· Install PositivUS Chrome Extension from the Web Store
· Sign up
· Write a message in English on Gmail
· Know your emotions
· Change your message if needed
· You have made the world a more positive place!

Change your life through communication: 
· Improve you relationships (friends, colleagues, family)
· Express your feelings accurately
· Create positive impact
· Avoid misunderstandings
· Save time writing emails
· Help the world to be a better place


Features:
· Free and Pro plans
· Real time analysis
· 27 different emotions (from love to sadness, admiration to fear, and many more)
· Overall emotion analysis
· Emotion analysis by sentence
· Detailed scoring in percentage 
· Quickly identify negative text
· Kind suggestion to review and modify if necessary
· Artificial Intelligence - powered emotion detection

Privacy and data protection: Your data is private, anonymous and safe: we would not store any sensitive information and we would not sell or share your data with anyone Would you like to use PositivUS on other platforms & devices, as Firefox, Slack, Whatsapp, Iphone, Android and more. Would be happy to hear your feedback, feel free to send us an email at [email protected] or joining our Slack Community.

By installing the extension, you agree to PositivUS Terms and Conditions (https://positivus.io/legal-notice/) and acknowledge that you have read PositivUS Privacy Policy (https://positivus.io/legal-privacy-policy/).                    

Základní Informace o Rozšíření

Název PositivUS for Chrome PositivUS for Chrome
ID pnpnolbicbdndjdmalkjmdmomiphnaag
Oficiální URL https://chromewebstore.google.com/detail/positivus-for-chrome/pnpnolbicbdndjdmalkjmdmomiphnaag
Popis Creating Positive Communication while writing messages.
Velikost souboru 6.17 MB
Počet instalací 149
Aktuální Verze 1.12.0
Poslední Aktualizace 2021-07-19
Datum Vydání 2021-04-22
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://positivus.io
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://positivus.io/
URL Stránky Nápovědy https://join.slack.com/t/positivuscommunity/shared_invite/zt-q1xzzng3-J~QqRF8~QVxaks16eJSOpA
URL Stránky Zásad Ochrany Soukromí https://positivus.io/legal-privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PositivUS for Chrome",
    "version": "1.12.0",
    "description": "Creating Positive Communication while writing messages.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/apis.google.com  https:\/\/www.google-analytics.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'; connect-src 'self' https:\/\/stats.g.doubleclick.net https:\/\/securetoken.googleapis.com wss:\/\/*.firebaseio.com http:\/\/localhost:5000 https:\/\/www.googleapis.com https:\/\/api.positivus.io;",
    "oauth2": {
        "client_id": "367137117910-rr0hhu92jnpjmp512umh72v5dka0cut9.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "profile",
            "email"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "extension\/content\/common\/notyf.min.css",
                "extension\/content\/gmail\/index.css"
            ],
            "js": [
                "extension\/content\/common\/snap.svg-min.js",
                "extension\/content\/common\/web-components-bundle.js",
                "extension\/content\/common\/custom-elements-es5-adapter.js",
                "extension\/content\/common\/jquery.min.js",
                "extension\/content\/common\/bootstrap.min.js",
                "extension\/content\/common\/handlebars.min.js",
                "extension\/content\/common\/utils.js",
                "web-components\/main.js",
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "page_action": {
        "default_title": "PositivUS",
        "default_icon": {
            "16": "extension\/assets\/images\/positivus_icon16.png",
            "24": "extension\/assets\/images\/positivus_icon24.png",
            "32": "extension\/assets\/images\/positivus_icon32.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "extension\/assets\/images\/positivus_icon16.png",
        "24": "extension\/assets\/images\/positivus_icon24.png",
        "32": "extension\/assets\/images\/positivus_icon32.png",
        "48": "extension\/assets\/images\/positivus_icon48.png",
        "128": "extension\/assets\/images\/positivus_icon128.png"
    },
    "web_accessible_resources": [
        "assets\/**\/*",
        "extension\/assets\/images\/*",
        "extension\/assets\/templates\/*",
        "extension\/assets\/templates\/*",
        "*.map"
    ]
}