LinkedIn Accountless
Watch any LinkedIn profile without being logged in
LinkedIn Accountlessคืออะไร?
LinkedIn Accountless เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leonardo Galante และคุณลักษณะหลักของมันคือ "Watch any LinkedIn profile without being logged in"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedIn Accountless
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" ] } |