PositivUS for Chrome

Creating Positive Communication while writing messages.

Co to jest PositivUS for Chrome?

PositivUS for Chrome to rozszerzenie Chrome opracowane przez https://positivus.io, a jego główną funkcją jest „Creating Positive Communication while writing messages.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia PositivUS for Chrome

Pobierz pliki rozszerzeń PositivUS for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PositivUS for Chrome PositivUS for Chrome
ID pnpnolbicbdndjdmalkjmdmomiphnaag
Oficjalny URL https://chromewebstore.google.com/detail/positivus-for-chrome/pnpnolbicbdndjdmalkjmdmomiphnaag
Opis Creating Positive Communication while writing messages.
Rozmiar pliku 6.17 MB
Liczba instalacji 149
Aktualna Wersja 1.12.0
Ostatnia Aktualizacja 2021-07-19
Data Publikacji 2021-04-22
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://positivus.io
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://positivus.io/
Adres URL Strony Pomocy https://join.slack.com/t/positivuscommunity/shared_invite/zt-q1xzzng3-J~QqRF8~QVxaks16eJSOpA
Adres URL Strony Polityki Prywatności https://positivus.io/legal-privacy-policy
Obsługiwane Języki 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"
    ]
}