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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}