Crowd Cookie Extractor

Copies crowd cookie to service desk queue alert.

ما هو Crowd Cookie Extractor؟

Crowd Cookie Extractor هو إضافة Chrome تم تطويرها بواسطة Johannes Heinzl، والميزة الرئيسية لها هي "Copies crowd cookie to service desk queue alert.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Crowd Cookie Extractor

قم بتنزيل ملفات الامتداد Crowd Cookie Extractor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}