Linked CV - Website Generator
Transform your LinkedIn profile into a beautiful, responsive personal website.
Linked CV - Website Generatorคืออะไร?
Linked CV - Website Generator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://linkedcv.site และคุณลักษณะหลักของมันคือ "Transform your LinkedIn profile into a beautiful, responsive personal website. "
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linked CV - Website Generator
ดาวน์โหลดไฟล์ส่วนขยาย Linked CV - Website Generator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Transform your LinkedIn profile into an online CV on a beautiful, responsive personal website. This extension helps you save time by automatically transferring your existing data from LinkedIn to a CV-like website, which you can customize using different themes and custom domains.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bicjcdinlbclfpmlnaamnkidpfgikjak |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/linked-cv-website-generat/bicjcdinlbclfpmlnaamnkidpfgikjak |
คำอธิบาย | Transform your LinkedIn profile into a beautiful, responsive personal website. |
ขนาดไฟล์ | 41.07 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-09-14 |
วันที่เผยแพร่ | 2020-09-13 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://linkedcv.site |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.linkedcv.site/ |
URL หน้าช่วยเหลือ | https://www.linkedcv.site/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Linked CV", "name": "Linked CV - Website Generator", "version": "1.0", "manifest_version": 2, "description": "Transform your LinkedIn profile into a beautiful, responsive personal website. ", "icons": { "128": "logo128.png" }, "background": { "scripts": [ "browser-polyfill.min.js", "config.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.linkedcv.site\/*" ], "js": [ "browser-polyfill.min.js", "jquery-3.5.1.min.js", "config.js", "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "storage" ] } |