Linkder

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

Что такое Linkder?

Linkder - это расширение Chrome, разработанное https://linkder.co, и его основная функция - "Visually inspect a list of websites or social media profiles in a snap.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Linkder

Скачайте файлы расширений Linkder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Linkder Linkder
ID pjkfnccncckmlnncfcfcdngenkeecgko
Официальный URL https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko
Описание Visually inspect a list of websites or social media profiles in a snap.
Размер файла 1.65 MB
Количество установок 84
Текущая Версия 1.11
Последнее Обновление 2022-09-23
Дата публикации 2022-09-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://linkder.co
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://linkder.co
URL страницы политики конфиденциальности https://linkder.co/privacy.html
Поддерживаемые языки 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
}