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
官方網址 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
電子郵箱 [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"
    }
}