Dockpit lite

閲覧中のWebサイトのユーザー数や属性、集客構造を可視化することができる拡張機能です。 ※ご利用いただくにはDockpitのご契約とログインが必要です。 ※スクリーンショット上の数値はダミーです。

Wat is Dockpit lite?

Dockpit lite is een Chrome-extensie ontwikkeld door VALUES, Inc., en de belangrijkste functie is "閲覧中のWebサイトのユーザー数や属性、集客構造を可視化することができる拡張機能です。 ※ご利用いただくにはDockpitのご契約とログインが必要です。 ※スクリーンショット上の数値はダミーです。".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Dockpit lite

Download Dockpit lite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        閲覧中のWebサイトのユーザー数や属性、集客構造を可視化することができる拡張機能です。

※ご利用いただくにはDockpitのご契約とログインが必要です。
※スクリーンショット上の数値はダミーです。                    

Basisinformatie over de Extensie

Naam Dockpit lite Dockpit lite
ID mjbgnnaedaplnoahfejcifokefbhmalg
Officiële URL https://chromewebstore.google.com/detail/dockpit-lite/mjbgnnaedaplnoahfejcifokefbhmalg
Beschrijving 閲覧中のWebサイトのユーザー数や属性、集客構造を可視化することができる拡張機能です。 ※ご利用いただくにはDockpitのご契約とログインが必要です。 ※スクリーンショット上の数値はダミーです。
Bestandsgrootte 631 KB
Aantal Installaties 483
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-11-27
Publicatiedatum 2022-02-03
Ontwikkelaar VALUES, Inc.
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.valuesccg.com/dockpit/
Help Pagina-URL https://www.valuesccg.com/service_inquiry_detail/
URL van de Privacybeleid Pagina https://www.valuesccg.com/about/privacy
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dockpit lite",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16_gray.png",
            "24": "icons\/icon24_gray.png",
            "32": "icons\/icon32_gray.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/dist\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}