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 - это расширение Chrome, разработанное https://www.rockthedeadline.com, и его основная функция - "This extension allows you to bookmark and curate content into RTD Studios and share with other studio users.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Rock the Deadline Curation Extension

Скачайте файлы расширений 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 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"
        }
    ]
}