ScreenShot For Basecamp 3

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

Apa itu ScreenShot For Basecamp 3?

ScreenShot For Basecamp 3 adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension allows you to take screenshots and paste them into a basecamp conversation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ScreenShot For Basecamp 3

Unduh file ekstensi ScreenShot For Basecamp 3 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ScreenShot For Basecamp 3 ScreenShot For Basecamp 3
ID ckncleneikbpdadancfkgnblgdbhfelo
URL Resmi https://chromewebstore.google.com/detail/screenshot-for-basecamp-3/ckncleneikbpdadancfkgnblgdbhfelo
Deskripsi This extension allows you to take screenshots and paste them into a basecamp conversation
Ukuran File 621 KB
Jumlah Instalasi 43
Versi Saat Ini 2.2
Terakhir Diperbarui 2017-08-08
Tanggal Publikasi 2017-08-08
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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*"
    ]
}