Linkder

Visually inspect a list of websites or social media profiles in a snap.

Co to jest Linkder?

Linkder to rozszerzenie Chrome opracowane przez https://linkder.co, a jego główną funkcją jest „Visually inspect a list of websites or social media profiles in a snap.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Linkder

Pobierz pliki rozszerzeń Linkder 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

                        Visually inspect hundreds of websites or social media profiles in minutes, not hours. Click ❤️ if it's a match or ✖️ if it's not. Need to add a note? No problem. After you're finished export everything into a CSV file.                    

Podstawowe informacje o rozszerzeniu

Nazwa Linkder Linkder
ID pjkfnccncckmlnncfcfcdngenkeecgko
Oficjalny URL https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko
Opis Visually inspect a list of websites or social media profiles in a snap.
Rozmiar pliku 1.65 MB
Liczba instalacji 84
Aktualna Wersja 1.11
Ostatnia Aktualizacja 2022-09-23
Data Publikacji 2022-09-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://linkder.co
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://linkder.co
Adres URL Strony Polityki Prywatności https://linkder.co/privacy.html
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linkder",
    "version": "1.11",
    "description": "Visually inspect a list of websites or social media profiles in a snap.",
    "icons": {
        "128": "img\/128_icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/128_icon.png",
        "default_title": "Linkder"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.linkder.co\/*"
    ],
    "manifest_version": 3
}