Connect Me
An extension to connect Users.
Connect Meคืออะไร?
Connect Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย akashnavapara และคุณลักษณะหลักของมันคือ "An extension to connect Users."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Connect Me
ดาวน์โหลดไฟล์ส่วนขยาย Connect Me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This plugin is helping you to remind you whose profile ypu have opened in the linked in and link that account with angleList. If start up there in angel list then you will get all the link of that start up.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cffmiiadbjeklhifmpgbicbnaklnnppp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp |
คำอธิบาย | An extension to connect Users. |
ขนาดไฟล์ | 266 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-07-08 |
วันที่เผยแพร่ | 2014-07-08 |
ผู้พัฒนา | akashnavapara |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Connect Me", "description": "An extension to connect Users.", "version": "1.0", "omnibox": { "keyword": "yeah" }, "background": { "persistent": true, "scripts": [ "js\/jquery.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "js\/jquery.js", "js\/content.js" ] } ], "permissions": [ "storage", "*:\/\/*.angel.co\/*", "*:\/\/*.linkedin.com\/*", "tabs", "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "devtools_page": "devtools.html" } |