Slack Message Deleter

Slack Message Deleter

Slack Message Deleterとは何ですか?

Slack Message Deleterはcezar.pimentelによって開発されたChromeの拡張機能で、その主な機能は「Slack Message Deleter」です。

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

screenshot

Slack Message Deleter拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This app will automate the deletion of Slack message, if you have the proper permission on the team to do so. If you don't have admin privileges it will delete only the messages you've sent.                    

拡張機能の基本情報

名前 Slack Message Deleter Slack Message Deleter
ID goiifbijipfnhegpnppmkdhoehkaiggn
公式URL https://chromewebstore.google.com/detail/slack-message-deleter/goiifbijipfnhegpnppmkdhoehkaiggn
説明 Slack Message Deleter
ファイルサイズ 118 KB
インストール数 997
現在のバージョン 1.0.0
最終更新日 2019-04-23
公開日 2019-04-23
評価 2.00/5 合計 5 レビュー
開発者 cezar.pimentel
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Message Deleter",
    "description": "Slack Message Deleter",
    "version": "1.0.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "js\/script-03-delete-messages.js"
    ]
}