Crowd Cookie Extractor

Copies crowd cookie to service desk queue alert.

Crowd Cookie Extractorとは何ですか?

Crowd Cookie ExtractorはJohannes Heinzlによって開発されたChromeの拡張機能で、その主な機能は「Copies crowd cookie to service desk queue alert.」です。

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

screenshot

Crowd Cookie Extractor拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension can copy the crowd cookie value after configuring the domain and token key identifier. It can send it also to an external app called "Service Desk Queue Change Alert".                    

拡張機能の基本情報

名前 Crowd Cookie Extractor Crowd Cookie Extractor
ID oaihfnoiihagifdgcdagfkecnafncefh
公式URL https://chromewebstore.google.com/detail/crowd-cookie-extractor/oaihfnoiihagifdgcdagfkecnafncefh
説明 Copies crowd cookie to service desk queue alert.
ファイルサイズ 112 KB
インストール数 13
現在のバージョン 1.0
最終更新日 2020-04-21
公開日 2020-04-18
開発者 Johannes Heinzl
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crowd Cookie Extractor",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Copies crowd cookie to service desk queue alert.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "clipboardWrite",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost\/*"
        ]
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}