Rock the Deadline Curation Extension

This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.

Rock the Deadline Curation Extension क्या है?

Rock the Deadline Curation Extension https://www.rockthedeadline.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users."।

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

screenshot

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

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

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

                        Rock the Deadline's Curation Extension requires a free license to RTD Studios.  You can use RTD Studios as an editorial calendar manager, a mechanism for managing publishing content to your Wordpress blogs, Facebook, and Twitter.  You may also collaborate with other marketers in your company and share ideas captured for content via your RTD curation extension.

To download a freemium version of RTD Studios, go to:  http://www.rockthedeadline.com/                    

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

नाम Rock the Deadline Curation Extension Rock the Deadline Curation Extension
ID mngdpfiebofcbdabblbhoikiliaddabi
आधिकारिक URL https://chromewebstore.google.com/detail/rock-the-deadline-curatio/mngdpfiebofcbdabblbhoikiliaddabi
विवरण This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.
फ़ाइल का आकार 65.82 KB
स्थापना संख्या 18
वर्तमान संस्करण 5.3
अंतिम अपडेट 2014-03-15
प्रकाशन तिथि 2014-03-15
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.rockthedeadline.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.rockthedeadline.com/
सहायता पृष्ठ URL http://community.rockthedeadline.com/knowledgebase/rock-the-deadline-browser-extensions/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rock the Deadline Curation Extension",
    "version": "5.3",
    "description": "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.",
    "icons": {
        "128": "RTD-Square-Icon_128x128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "discover-iconx19.png",
            "38": "discover-iconx38.png"
        },
        "default_title": "RTD Studios",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "getselection.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}