CoBeats Uploader

Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles.

CoBeats Uploader क्या है?

CoBeats Uploader http://cobeats.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        CoBeats Uploader for Chrome allows you to bookmark pages, take screenshots, clip images and articles; right from your browser.

CoBeats (https://cobeats.com/) is a visual bookmarking tool for all your web things. CoBeats is used by thousands of students, designers, researchers and teams, to make sense of their web data.

Clips: Everything. Really.
Bookmark pages, Upload your files and screenshots, keep your favourite movies, songs, books and TV shows and of-course, keep your text notes.

Collaboration: Finely tuned, Deliciously open. 
Share your folders with your friends, family, team and/or aliens. Make them public for the greater good.

Organisation: Powerful, not overpowering.
Every thing is saved in your private Inbox. You can move them or add new clips to Private or Shared folder. Tag clips to organize with context.                    

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

नाम CoBeats Uploader CoBeats Uploader
ID ibhjeppbnamcjmncfcppmglippmpmngh
आधिकारिक URL https://chrome.google.com/webstore/detail/cobeats-uploader/ibhjeppbnamcjmncfcppmglippmpmngh
विवरण Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles.
फ़ाइल का आकार 372 KB
स्थापना संख्या 308
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2019-11-01
प्रकाशन तिथि 2019-10-29
रेटिंग 4.42/5 कुल 12 रेटिंग्स
डेवलपर http://cobeats.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://cobeats.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CoBeats Uploader",
    "short_name": "Save to CoBeats",
    "version": "1.0.5",
    "description": "Save your web things, wherever you are. Bookmark pages, take screenshots, clip images and articles.",
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        ""
    ],
    "homepage_url": "https:\/\/www.cobeats.com",
    "icons": {
        "16": "images\/main\/icon16.png",
        "32": "images\/main\/icon32.png",
        "48": "images\/main\/icon48.png",
        "128": "images\/main\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/inactive\/icon16.png",
            "24": "images\/inactive\/icon24.png",
            "32": "images\/inactive\/icon32.png"
        },
        "default_title": "CoBeats Uploader"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jquery.postmessage.js",
                "js\/clipper.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cobeats.com\/*"
        ]
    },
    "web_accessible_resources": [
        "content\/login.html",
        "content\/index.html",
        "images\/clip-btn.png"
    ]
}