Global Cookie Manager

Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.

Global Cookie Managerคืออะไร?

Global Cookie Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.globalcookiemanager.com และคุณลักษณะหลักของมันคือ "Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Global Cookie Manager

ดาวน์โหลดไฟล์ส่วนขยาย Global Cookie Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Global Cookie Manager is a cookie manager extension for Google Chrome with advanced global search, editing and import/export features that act on all browser cookies.

Feature list:
★ Advanced list of cookies of the Current URL, Domain or Global (browser-wide).
★ Cross-search by Name, Domain and Value.
★ Remember your last search feature.
★ Full detail view.
★ Create, modify and delete cookies.
★ JSON or CSV import and export of a single cookie or the entire list.
★ Custom settings.
★ ...and other features in development.

Designed by developers for developers:
★ Focused on productivity and speed of use.
★ Facilitates website development and testing.
★ Allows to quickly check the privacy and cookie consent settings of websites.
★ Offers support to the SEO experts work.
★ It can also be used just to manually manage cookies.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Global Cookie Manager Global Cookie Manager
ID bgffajlinmbdcileomeilpihjdgjiphb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/global-cookie-manager/bgffajlinmbdcileomeilpihjdgjiphb
คำอธิบาย Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies.
ขนาดไฟล์ 496 KB
จำนวนการติดตั้ง 994
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-09-10
วันที่เผยแพร่ 2022-08-03
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.globalcookiemanager.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.globalcookiemanager.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.globalcookiemanager.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Global Cookie Manager",
    "version": "1.3",
    "action": {
        "default_popup": "index.html"
    },
    "description": "Cookie Manager with advanced global search, editing and import\/export functionality that acts on all browser cookies.",
    "author": "Cristian Zuddas",
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ]
}