Linkder
Visually inspect a list of websites or social media profiles in a snap.
Apa itu Linkder?
Linkder adalah ekstensi Chrome yang dikembangkan oleh https://linkder.co, dan fitur utamanya adalah "Visually inspect a list of websites or social media profiles in a snap.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Linkder
Unduh file ekstensi Linkder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Linkder |
ID | pjkfnccncckmlnncfcfcdngenkeecgko |
URL Resmi | https://chromewebstore.google.com/detail/linkder/pjkfnccncckmlnncfcfcdngenkeecgko |
Deskripsi | Visually inspect a list of websites or social media profiles in a snap. |
Ukuran File | 1.65 MB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.11 |
Terakhir Diperbarui | 2022-09-23 |
Tanggal Publikasi | 2022-09-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://linkder.co |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://linkder.co |
URL Halaman Kebijakan Privasi | https://linkder.co/privacy.html |
Bahasa yang Didukung | 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 } |