Picky

Mine structured data while surfing web

Co to jest Picky?

Picky to rozszerzenie Chrome opracowane przez https://www.websiteextractor.net, a jego główną funkcją jest „Mine structured data while surfing web”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Picky

Pobierz pliki rozszerzeń Picky w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Picky is a Chrome extension to help you extract structured data from webpages while you are surfing the web. After you collected data you can save them to Excel file. You can also turn Picky data extraction rules to professional data extraction software setup (currently Datacol supported).                    

Podstawowe informacje o rozszerzeniu

Nazwa Picky Picky
ID jpnnbmokljpoemfdmbmbmcpcdeadpdcf
Oficjalny URL https://chromewebstore.google.com/detail/picky/jpnnbmokljpoemfdmbmbmcpcdeadpdcf
Opis Mine structured data while surfing web
Rozmiar pliku 332 KB
Liczba instalacji 410
Aktualna Wersja 1.2.2
Ostatnia Aktualizacja 2023-09-28
Data Publikacji 2022-10-16
Ocena 2.00/5 Łącznie 4 Oceny
Deweloper https://www.websiteextractor.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://websiteextractor.net
Adres URL Strony Pomocy https://t.me/AlexAP31
Adres URL Strony Polityki Prywatności https://web-data-extractor.net/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Picky",
    "version": "1.2.2",
    "description": "Mine structured data while surfing web",
    "author": "Alex Prismotrov",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "assets\/index.40d3597b.js"
            ],
            "css": [
                "assets\/index.04d27514.css"
            ],
            "media": []
        }
    ],
    "action": {
        "default_icon": "logo192.png"
    },
    "icons": {
        "16": "logo-on-16.png",
        "32": "logo-on-32.png",
        "48": "logo-on-48.png",
        "128": "logo-on-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/index.04d27514.css",
                "assets\/logo.6000b0e9.svg",
                "injectionScript.js",
                "datafield.xml",
                "datafield_url.xml",
                "dc-campaign-template.par",
                "action_click.xml"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/websiteextractor.net\/*"
    ],
    "background": {
        "service_worker": "bg.js"
    }
}