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은(는) https://www.globalcookiemanager.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cookie Manager with advanced global search, editing and import/export functionality that acts on all browser cookies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Global Cookie Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}