Rock the Deadline Curation Extension
This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.
O que é Rock the Deadline Curation Extension?
Rock the Deadline Curation Extension é uma extensão do Chrome desenvolvida por https://www.rockthedeadline.com, e sua principal característica é "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rock the Deadline Curation Extension
Baixe arquivos de extensão Rock the Deadline Curation Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | Rock the Deadline Curation Extension |
ID | mngdpfiebofcbdabblbhoikiliaddabi |
URL Oficial | https://chromewebstore.google.com/detail/rock-the-deadline-curatio/mngdpfiebofcbdabblbhoikiliaddabi |
Descrição | This extension allows you to bookmark and curate content into RTD Studios and share with other studio users. |
Tamanho do Arquivo | 65.82 KB |
Contagem de Instalações | 18 |
Versão Atual | 5.3 |
Última Atualização | 2014-03-15 |
Data de Publicação | 2014-03-15 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://www.rockthedeadline.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.rockthedeadline.com/ |
URL da Página de Ajuda | http://community.rockthedeadline.com/knowledgebase/rock-the-deadline-browser-extensions/ |
Idiomas Suportados | 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" } ] } |