u! LinkedIn Targeting Helper
This extension allows to add multiple LinkedIn users with a personalized message.
u! LinkedIn Targeting Helperคืออะไร?
u! LinkedIn Targeting Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย u! และคุณลักษณะหลักของมันคือ "This extension allows to add multiple LinkedIn users with a personalized message."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย u! LinkedIn Targeting Helper
ดาวน์โหลดไฟล์ส่วนขยาย u! LinkedIn Targeting Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows LinkedIn Users to add multiple user with a personalized message. - Connect with thousand of people - The ultimate (and cheapest) online marketing tool - Send personalized invites to follow your page - Send personalized marketing invites - Add contacts in your field to become a LinkedIn influencer -> Save hours of work and still target efficiently your audience! -> Get high conversion rate!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bkcdlhcbledialnoipmikdblddcbaenb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/u-linkedin-targeting-help/bkcdlhcbledialnoipmikdblddcbaenb |
คำอธิบาย | This extension allows to add multiple LinkedIn users with a personalized message. |
ขนาดไฟล์ | 73.12 KB |
จำนวนการติดตั้ง | 236 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2018-03-09 |
วันที่เผยแพร่ | 2018-03-09 |
คะแนน | 4.90/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | u! |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.u-extension.com/ |
URL หน้าช่วยเหลือ | http://www.u-extension.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "u! LinkedIn Targeting Helper", "short_name": "u!", "description": "This extension allows to add multiple LinkedIn users with a personalized message.", "version": "1.0.2", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "js\/message.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "menu.html" }, "permissions": [ "activeTab", "identity", "storage", "https:\/\/www.googleapis.com\/", "https:\/\/www.linkedin.com\/search\/results\/*" ], "oauth2": { "client_id": "207273480200-6144tr38a8ks6df2ji4uma9il85n9skj.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/drive" ] }, "externally_connectable": { "matches": [ "https:\/\/www.linkedin.com\/search\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo16qp3rAG3oHfoGZ1T8BtvJRg4nGrjDWLN+G3vhguYZZ0U5XKAedcniC5nLJsMS\/E2ssuiHr2RPHHfRPhXkKgQ20iP6CBrN4tUxB3aIMXfY5upL1WTJg5\/mb1eY+Tj\/UpR+YaZXeERO4O67m+HOorj9XevL5j4oYN+VgErbBPZwGEnQkRc56kf2MGHGkEBukzvzVNlXmsPa7AtJ8295UVH6WebMCmLWkUj\/FliKuMPAhkPo10PGV2IkZm2pU4um4ZUEK4uPrw6\/bORW3bOW1zXyaaA49KiAmMk7qF6F4M4uxas1ZZG5FB8RaxZExCLPLCmUnavyaOLL6kKLNqoMMFwIDAQAB" } |