ScreenShot For Basecamp 3

This extension allows you to take screenshots and paste them into a basecamp conversation

Что такое ScreenShot For Basecamp 3?

ScreenShot For Basecamp 3 - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension allows you to take screenshots and paste them into a basecamp conversation".

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

screenshot

Скачать файл CRX расширения ScreenShot For Basecamp 3

Скачайте файлы расширений ScreenShot For Basecamp 3 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension is intended for PC users who want to include a screenshot in Basecamp comments without the hassle of having to save it as an image and then attaching the image. This extension will not work with Apple products.                    

Основная информация о расширении

Название ScreenShot For Basecamp 3 ScreenShot For Basecamp 3
ID ckncleneikbpdadancfkgnblgdbhfelo
Официальный URL https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo
Описание This extension allows you to take screenshots and paste them into a basecamp conversation
Размер файла 621 KB
Количество установок 43
Текущая Версия 2.2
Последнее Обновление 2017-08-08
Дата публикации 2017-08-08
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ScreenShot For Basecamp 3",
    "description": "This extension allows you to take screenshots and paste them into a basecamp conversation",
    "version": "2.2",
    "icons": {
        "128": "128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Basecamp Screenshot"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "tabs",
        "clipboardRead",
        "clipboardWrite",
        "contentSettings",
        "declarativeContent",
        "storage",
        "identity",
        "https:\/\/3.basecampapi.com\/*",
        "https:\/\/launchpad.37signals.com\/authorization*"
    ]
}