contentbird

Connects your contentbird instance with your browser

contentbird क्या है?

contentbird contentbird GmbH द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connects your contentbird instance with your browser"।

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

screenshot

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

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

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

                        The contentbird Toolbar connects your contentbird Instance with your daily browser activities. You can see the following data directly on the top of every website:

- Amount of links from the opened website (with information for which projects)
- Amount of communications with the opened website (with information for which projects)
- Amount of sources from the opened website (with information for which projects)
- See if the website is on your domain blacklist or save a blacklist reason
- See saved topics of the domain and update them instantly
- See own fields of the domain and update them instantly
- See social metrics (Facebook, Twitter, Google+) for the opened url
- See your linkbird notifications like open todos, unread emails, new found links etc.

You are able to change the language (german, english) and hide the toolbar on specific domains where you don’t want to see it.                    

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

नाम contentbird contentbird
ID mlkjbilkjmgeleblchnanbnkfimmnkmp
आधिकारिक URL https://chromewebstore.google.com/detail/contentbird/mlkjbilkjmgeleblchnanbnkfimmnkmp
विवरण Connects your contentbird instance with your browser
फ़ाइल का आकार 122 KB
स्थापना संख्या 267
वर्तमान संस्करण 0.0.37
अंतिम अपडेट 2018-01-29
प्रकाशन तिथि 2018-01-29
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर contentbird GmbH
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "contentbird",
    "version": "0.0.37",
    "manifest_version": 2,
    "description": "Connects your contentbird instance with your browser",
    "icons": {
        "16": "images\/contentbird_19_19.png",
        "48": "images\/contentbird_48_48.png",
        "128": "images\/contentbird_128_128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/vendor.js",
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "webNavigation",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/contentbird_19_19.png",
            "38": "images\/contentbird_38_38.png"
        },
        "default_title": "contentbird"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "exclude_globs": [
                "*.jpg",
                "*.jpeg",
                "*.gif",
                "*.png",
                "*.bmp",
                "*.webp",
                "*.css",
                "*.swf",
                "*.js",
                "*.zip",
                "*.rar",
                "*.tar",
                "*.tar.gz",
                "*.tgz",
                "*.tar.bz2",
                "*.tbz2",
                "*.doc",
                "*.docx",
                "*.ppt",
                "*.pptx",
                "*.xls",
                "*.xlsx",
                "*.pdf",
                "*.xml",
                "*.txt",
                "*.mpg",
                "*.mpeg",
                "*.qt",
                "*.mp4",
                "*.m4v",
                "*.m4a",
                "*.mp3",
                "*.ogv",
                "*.ogm",
                "*.ogg",
                "*.oga",
                "*.webm",
                "*.wav",
                "*.",
                "*."
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/vendor.js",
                "scripts\/toolbar-frame.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "options.html",
        "frame.html",
        "frame-notloggedin.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}