Crowd Cookie Extractor

Copies crowd cookie to service desk queue alert.

Apa itu Crowd Cookie Extractor?

Crowd Cookie Extractor adalah ekstensi Chrome yang dikembangkan oleh Johannes Heinzl, dan fitur utamanya adalah "Copies crowd cookie to service desk queue alert.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Crowd Cookie Extractor

Unduh file ekstensi Crowd Cookie Extractor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Crowd Cookie Extractor Crowd Cookie Extractor
ID oaihfnoiihagifdgcdagfkecnafncefh
URL Resmi https://chromewebstore.google.com/detail/crowd-cookie-extractor/oaihfnoiihagifdgcdagfkecnafncefh
Deskripsi Copies crowd cookie to service desk queue alert.
Ukuran File 112 KB
Jumlah Instalasi 13
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-04-21
Tanggal Publikasi 2020-04-18
Pengembang Johannes Heinzl
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}