PositivUS for Chrome

Creating Positive Communication while writing messages.

什麼是PositivUS for Chrome?

PositivUS for Chrome是由https://positivus.io開發的Chrome擴展程式,該擴展的主要功能是“Creating Positive Communication while writing messages.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載PositivUS for Chrome擴展crx文件

下載PositivUS for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 PositivUS for Chrome PositivUS for Chrome
ID pnpnolbicbdndjdmalkjmdmomiphnaag
官方網址 https://chromewebstore.google.com/detail/positivus-for-chrome/pnpnolbicbdndjdmalkjmdmomiphnaag
簡介 Creating Positive Communication while writing messages.
檔案大小 6.17 MB
安裝次數 149
目前版本 1.12.0
更新時間 2021-07-19
上架時間 2021-04-22
評分 5.00/5 共 3 次評分
開發者 https://positivus.io
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://positivus.io/
說明頁面URL https://join.slack.com/t/positivuscommunity/shared_invite/zt-q1xzzng3-J~QqRF8~QVxaks16eJSOpA
隱私政策頁面URL https://positivus.io/legal-privacy-policy
支援的語言 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"
    ]
}