WittyParrot

WittyParrot extension provides improved productivity, accuracy and consistency in communication.

WittyParrot क्या है?

WittyParrot - द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WittyParrot extension provides improved productivity, accuracy and consistency in communication."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WittyParrot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        WittyParrot Chrome Extension is part of WittyParrot Productivity Platform that amplifies the speed, consistency and control of your communication.

WittyParrot Chrome Extension is designed to improve productivity, accuracy and consistency in communication by making the contextual content, email templates, documents etc., available at the figure tips of the user via a widget, for quickly finding the relevant content for sharing the same by simple drag and drop via emails, social media etc, or for assembling the documents on the fly. 

Serves various use cases, including sales enablement, channel enablement, customer service and support, talent acquisition etc.

More info at: http://www.wittyparrot.com                    

एक्सटेंशन की मूल जानकारी

नाम WittyParrot WittyParrot
ID mcljgokmihijopmbffpoafgdijmfiapp
आधिकारिक URL https://chromewebstore.google.com/detail/wittyparrot/mcljgokmihijopmbffpoafgdijmfiapp
विवरण WittyParrot extension provides improved productivity, accuracy and consistency in communication.
फ़ाइल का आकार 33.53 MB
स्थापना संख्या 150
वर्तमान संस्करण 3.3.4
अंतिम अपडेट 2021-03-08
प्रकाशन तिथि 2019-12-24
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर -
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट http://www.wittyparrot.com
सहायता पृष्ठ URL http://support.wittyparrot.com
गोपनीयता नीति पृष्ठ URL http://www.wittyparrot.com/privacy-policy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WittyParrot",
    "version": "3.3.4",
    "manifest_version": 2,
    "description": "WittyParrot extension provides improved productivity, accuracy and consistency in communication.",
    "browser_action": {
        "default_icon": "assets\/images\/wp_logo_96px.png"
    },
    "background": {
        "scripts": [
            "inject-script\/jquery.min.js",
            "inject-script\/cookies.js",
            "inject-script\/background.js",
            "popup.js",
            "external-plugin\/chrome-ext\/chrome-insertion.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "inject-script\/style.css"
            ],
            "js": [
                "inject-script\/jquery.min.js",
                "inject-script\/webclip.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "inject-script\/options\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "assets\/images\/wp_logo_96px.png",
        "48": "assets\/images\/wp_logo_128px.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-8XX2BuCGmIoc3f+64QPfZ4AJp+a+VXVXPAPxM3K58\/o=' 'sha256-rKK7NFoLDOejvKCye\/6yLxgNZgn3mR0dGem7bZIquJQ=' 'sha256-+0Khfa5kOlS5kkx3m\/CcGIpv6jdSu\/6pGP4M7nLyoPQ=' 'sha256-sYAtD4xSI1WGo6i9sbLXzT7haQFs0QuwH3SlWDwubOQ=' 'sha256-\/pD9BCTrVuWdKkxLuarB90qIsEg\/I\/0BDjwnAubizP0=' https:\/\/ajax.microsoft.com\/ajax\/4.0\/1\/MicrosoftAjax.js 'sha256-V9rGTPjBoHNIyI+J5vfgsGRyO3rcamnp6tmLKfCNBdA=' https:\/\/appsforoffice.microsoft.com\/lib\/1\/hosted\/Office.js 'sha256-5RSEkXa8cq7CS+NwPc7sBpiX4avw\/+EeSs9QPojiuJQ=' https:\/\/appsforoffice.microsoft.com\/lib\/1\/hosted\/o15apptofilemappingtable.js 'sha256-fV8FgKFnRVmZ4E1Eh0pn6hlbSipVh2Csp4JRhyg+\/OE='; object-src 'self'",
    "minimum_chrome_version": "18",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage",
        "tabs",
        "activeTab",
        "storage",
        "notifications"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "bower_components\/*",
        "app\/*",
        "external-libraries\/*",
        "inject-script\/*",
        "external-plugin\/*",
        "\/assets\/images\/Widget_pointer_right.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    }
}