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開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.”。

擴展截圖

screenshot

下載Rock the Deadline Curation Extension擴展crx文件

下載Rock the Deadline Curation Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    ]
}