Linkder

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

Linkder là gì?

Linkder là một tiện ích mở rộng Chrome được phát triển bởi https://linkder.co, và tính năng chính của nó là "Visually inspect a list of websites or social media profiles in a snap.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linkder

Tải xuống các tệp mở rộng Linkder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linkder Linkder
ID pjkfnccncckmlnncfcfcdngenkeecgko
URL Chính Thức https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko
Mô tả Visually inspect a list of websites or social media profiles in a snap.
Kích Thước Tệp 1.65 MB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.11
Cập Nhật Lần Cuối 2022-09-23
Ngày Phát Hành 2022-09-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://linkder.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linkder.co
URL Trang Chính Sách Bảo Mật https://linkder.co/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}