Rock the Deadline Curation Extension
This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.
Qu'est-ce que Rock the Deadline Curation Extension ?
Rock the Deadline Curation Extension est une extension Chrome développée par https://www.rockthedeadline.com, et sa fonction principale est "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rock the Deadline Curation Extension
Téléchargez les fichiers d'extension Rock the Deadline Curation Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | Rock the Deadline Curation Extension |
ID | mngdpfiebofcbdabblbhoikiliaddabi |
URL Officiel | https://chromewebstore.google.com/detail/rock-the-deadline-curatio/mngdpfiebofcbdabblbhoikiliaddabi |
Description | This extension allows you to bookmark and curate content into RTD Studios and share with other studio users. |
Taille du Fichier | 65.82 KB |
Nombre d'Installations | 18 |
Version Actuelle | 5.3 |
Dernière Mise à Jour | 2014-03-15 |
Date de Publication | 2014-03-15 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://www.rockthedeadline.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.rockthedeadline.com/ |
URL de la Page d'Aide | http://community.rockthedeadline.com/knowledgebase/rock-the-deadline-browser-extensions/ |
Langues Prises en Charge | 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" } ] } |