Tamplate for INvitation
Make tamplate for invitation
Tamplate for INvitationคืออะไร?
Tamplate for INvitation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FAS และคุณลักษณะหลักของมันคือ "Make tamplate for invitation"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tamplate for INvitation
ดาวน์โหลดไฟล์ส่วนขยาย Tamplate for INvitation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This simple extension helps you to customize your invitations at LinkedIn. Just press button "Connect" and extension will add your text to invitation. For customizing text go to option page and make your template of text invitation. ADDINTIOANL INSTRUCTION: Before pressing button "Send invitation", please make focus on the text like on the first print screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
คำอธิบาย | Make tamplate for invitation |
ขนาดไฟล์ | 17.01 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2019-05-03 |
วันที่เผยแพร่ | 2019-05-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | FAS |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tamplate for INvitation", "description": "Make tamplate for invitation", "version": "1.3", "manifest_version": 2, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "options_page": "popup.html", "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "myscript.js" ] } ], "icons": { "128": "logo.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "https:\/\/www.linkedin.com\/*", "storage", "declarativeContent" ] } |