Collavate

Collavate Chrome Extension

Collavate क्या है?

Collavate prateek.mehta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collavate Chrome Extension"।

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

screenshot

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

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

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

                        - Use the ImagePlus extension to post images to your Google+ profile
- Images in the current page you are browsing can be directly shared
- You need to login to your Google+ account to share images in this way                    

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

नाम Collavate Collavate
ID ekaimobgmdpebcilobbjjoijhgnaapdd
आधिकारिक URL https://chromewebstore.google.com/detail/collavate/ekaimobgmdpebcilobbjjoijhgnaapdd
विवरण Collavate Chrome Extension
फ़ाइल का आकार 487 KB
स्थापना संख्या 63
वर्तमान संस्करण 3.0
अंतिम अपडेट 2016-06-13
प्रकाशन तिथि 2016-06-12
डेवलपर prateek.mehta
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pixdip.com/extensions/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAswRcav0n1AieW8\/MOl+zG0p8pg+MvWpOhjbwI66S1bZpcjhOLcQPWuUze9WfyKkr8dPWpqpbB\/G8EuWGNsECMkPwC3KuG0casgtP4VpEdSXd0ljjpJwNboxshahikVIImv8W7YBFdl8Tz246cq2IvVrDF3ICfRqnVGgbTSkDiXF6DZ9BE2PA7PwlEkiA1Ig3oVCKABXKO\/ECJORuCt5duDi6lLNsv0GyZRO\/wriKRi9GeALyfXcER2IxvFcOWQgPoTfGcCyp9x+0TnY3QohKQPg+tjUPXtaN+Qm78PEe059JaAd4W\/q6Whq9qTiUq0lWExQujjHH7ubz5w2CrPTNHwIDAQAB",
    "name": "Collavate",
    "description": "Collavate Chrome Extension",
    "manifest_version": 2,
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_title": "Collavate"
    },
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "background": {
        "scripts": [
            "js\/libs\/jquery-2.2.3.min.js",
            "background_script_2.js",
            "background_script_3.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "fonts\/*",
        "images\/*"
    ],
    "oauth2": {
        "client_id": "353417053633-ufdnqng6etdl7hribhgsf419ijmmb21r.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/docs.google.com\/feeds\/",
            "https:\/\/docs.googleusercontent.com\/feeds\/download\/",
            "https:\/\/spreadsheets.google.com\/feeds\/",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.google.com\/m8\/feeds\/"
        ]
    },
    "permissions": [
        "identity",
        "",
        "tabs",
        "notifications",
        "activeTab",
        "*:\/\/qa-dot-netkiller-cea.appspot.com\/*",
        "*:\/\/netkiller-cea.appspot.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/drive.google.com\/drive\/*"
            ],
            "css": [
                "css\/prototype\/pure-min.css",
                "css\/prototype\/main.css",
                "css\/prototype\/icomoon.css",
                "css\/content_script_1.css",
                "css\/font-awesome.min.css"
            ]
        }
    ]
}