Basecamp Attachment Downloader

Download Basecamp attachments efficiently in batches.

Basecamp Attachment Downloaderとは何ですか?

Basecamp Attachment DownloaderはMitoによって開発されたChromeの拡張機能で、その主な機能は「Download Basecamp attachments efficiently in batches.」です。

拡張機能のスクリーンショット

screenshot

Basecamp Attachment Downloader拡張機能のCRXファイルをダウンロード

Basecamp Attachment Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Sifting through and saving a million attachments on a Basecamp thread is no fun. If only there was a tool to simplify downloading them. Let's say with an extra button next to the comments. Wait a sec, this handy extension is exactly that!

This extension was produced by Mito. We are a digital agency from Budapest, Hungary. When we are not crafting extensions besides our daily work and on Hackathon events, we create clever things for clients all around the globe.                    

拡張機能の基本情報

名前 Basecamp Attachment Downloader Basecamp Attachment Downloader
ID gnldacecpdkihjdgajnamlfamfpjphbk
公式URL https://chromewebstore.google.com/detail/basecamp-attachment-downl/gnldacecpdkihjdgajnamlfamfpjphbk
説明 Download Basecamp attachments efficiently in batches.
ファイルサイズ 17.05 KB
インストール数 63
現在のバージョン 1.0.1
最終更新日 2021-07-24
公開日 2021-07-16
評価 5.00/5 合計 3 レビュー
開発者 Mito
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://mito.hu/
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Basecamp Attachment Downloader",
    "description": "Download Basecamp attachments efficiently in batches.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/*.basecamp.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon.svg"
            ],
            "matches": [
                "https:\/\/*.basecamp.com\/*"
            ]
        }
    ]
}