Rock the Deadline Curation Extension
This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.
Wat is Rock the Deadline Curation Extension?
Rock the Deadline Curation Extension is een Chrome-extensie ontwikkeld door https://www.rockthedeadline.com, en de belangrijkste functie is "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rock the Deadline Curation Extension
Download Rock the Deadline Curation Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | Rock the Deadline Curation Extension |
ID | mngdpfiebofcbdabblbhoikiliaddabi |
Officiële URL | https://chromewebstore.google.com/detail/rock-the-deadline-curatio/mngdpfiebofcbdabblbhoikiliaddabi |
Beschrijving | This extension allows you to bookmark and curate content into RTD Studios and share with other studio users. |
Bestandsgrootte | 65.82 KB |
Aantal Installaties | 18 |
Huidige Versie | 5.3 |
Laatst Bijgewerkt | 2014-03-15 |
Publicatiedatum | 2014-03-15 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.rockthedeadline.com |
Betalingswijze | free |
Extensiewebsite | http://www.rockthedeadline.com/ |
Help Pagina-URL | http://community.rockthedeadline.com/knowledgebase/rock-the-deadline-browser-extensions/ |
Ondersteunde Talen | 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" } ] } |