PositivUS for Chrome

Creating Positive Communication while writing messages.

PositivUS for Chrome là gì?

PositivUS for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://positivus.io, và tính năng chính của nó là "Creating Positive Communication while writing messages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PositivUS for Chrome

Tải xuống các tệp mở rộng PositivUS for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PositivUS for Chrome PositivUS for Chrome
ID pnpnolbicbdndjdmalkjmdmomiphnaag
URL Chính Thức https://chromewebstore.google.com/detail/positivus-for-chrome/pnpnolbicbdndjdmalkjmdmomiphnaag
Mô tả Creating Positive Communication while writing messages.
Kích Thước Tệp 6.17 MB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.12.0
Cập Nhật Lần Cuối 2021-07-19
Ngày Phát Hành 2021-04-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://positivus.io
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://positivus.io/
URL Trang Trợ Giúp https://join.slack.com/t/positivuscommunity/shared_invite/zt-q1xzzng3-J~QqRF8~QVxaks16eJSOpA
URL Trang Chính Sách Bảo Mật https://positivus.io/legal-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}