PositivUS for Chrome

Creating Positive Communication while writing messages.

What is PositivUS for Chrome?

PositivUS for Chrome is a Chrome extension developed by https://positivus.io, and its main feature is "Creating Positive Communication while writing messages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download PositivUS for Chrome Extension CRX File

Download PositivUS for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/).                    

Extension Basic Information

Name PositivUS for Chrome PositivUS for Chrome
ID pnpnolbicbdndjdmalkjmdmomiphnaag
Official URL https://chromewebstore.google.com/detail/positivus-for-chrome/pnpnolbicbdndjdmalkjmdmomiphnaag
Description Creating Positive Communication while writing messages.
File Size 6.17 MB
Installation Count 149
Current Version 1.12.0
Last Updated 2021-07-19
Publish Date 2021-04-22
Rating 5.00/5 Total 3 Ratings
Developer https://positivus.io
Email [email protected]
Payment Type in_app
Extension Website https://positivus.io/
Help Page URL https://join.slack.com/t/positivuscommunity/shared_invite/zt-q1xzzng3-J~QqRF8~QVxaks16eJSOpA
Privacy Policy Page URL https://positivus.io/legal-privacy-policy
Supported Languages 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"
    ]
}