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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    }
}