LinkedIn Accountless
Watch any LinkedIn profile without being logged in
Apa itu LinkedIn Accountless?
LinkedIn Accountless adalah ekstensi Chrome yang dikembangkan oleh Leonardo Galante, dan fitur utamanya adalah "Watch any LinkedIn profile without being logged in".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LinkedIn Accountless
Unduh file ekstensi LinkedIn Accountless 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
You need a LinkedIn account to watch LinkedIn profiles but now with this extension you can watch entire profiles without making one or without loggin into your existing one.
Informasi Dasar Ekstensi
Nama | |
ID | bionjgfepfcahhdmjjhnfkeokbfojhke |
URL Resmi | https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke |
Deskripsi | Watch any LinkedIn profile without being logged in |
Ukuran File | 7.6 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2017-09-09 |
Tanggal Publikasi | 2017-09-09 |
Pengembang | Leonardo Galante |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Accountless", "author": "Leonardo Galante", "version": "0.0.1", "description": "Watch any LinkedIn profile without being logged in", "icons": { "16": "assets\/linkedin_16.png", "48": "assets\/linkedin_48.png", "128": "assets\/linkedin_128.png" }, "browser_action": { "default_title": "Watch any LinkedIn profile", "default_icon": "assets\/linkedin_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/*.linkedin.com\/*" ], "css": [ "src\/styles.css" ] } ], "permissions": [ "activeTab" ] } |