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.」です。
拡張機能のスクリーンショット
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 |
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" } ] } |