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*"
    ]
}