Crowd Cookie Extractor

Copies crowd cookie to service desk queue alert.

What is Crowd Cookie Extractor?

Crowd Cookie Extractor is a Chrome extension developed by Johannes Heinzl, and its main feature is "Copies crowd cookie to service desk queue alert.".

Extension Screenshots

screenshot

Download Crowd Cookie Extractor Extension CRX File

Download Crowd Cookie Extractor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name Crowd Cookie Extractor Crowd Cookie Extractor
ID oaihfnoiihagifdgcdagfkecnafncefh
Official URL https://chromewebstore.google.com/detail/crowd-cookie-extractor/oaihfnoiihagifdgcdagfkecnafncefh
Description Copies crowd cookie to service desk queue alert.
File Size 112 KB
Installation Count 13
Current Version 1.0
Last Updated 2020-04-21
Publish Date 2020-04-18
Developer Johannes Heinzl
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}