LinkedIn Accountless
Watch any LinkedIn profile without being logged in
什麼是LinkedIn Accountless?
LinkedIn Accountless是由Leonardo Galante開發的Chrome擴展程式,該擴展的主要功能是“Watch any LinkedIn profile without being logged in”。
擴展截圖
下載LinkedIn Accountless擴展crx文件
下載LinkedIn Accountless擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bionjgfepfcahhdmjjhnfkeokbfojhke |
官方網址 | https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke |
簡介 | Watch any LinkedIn profile without being logged in |
檔案大小 | 7.6 KB |
安裝次數 | 81 |
目前版本 | 0.0.1 |
更新時間 | 2017-09-09 |
上架時間 | 2017-09-09 |
開發者 | Leonardo Galante |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |