Connect Me
An extension to connect Users.
Apa itu Connect Me?
Connect Me adalah ekstensi Chrome yang dikembangkan oleh akashnavapara, dan fitur utamanya adalah "An extension to connect Users.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Connect Me
Unduh file ekstensi Connect Me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | cffmiiadbjeklhifmpgbicbnaklnnppp |
URL Resmi | https://chrome.google.com/webstore/detail/connect-me/cffmiiadbjeklhifmpgbicbnaklnnppp |
Deskripsi | An extension to connect Users. |
Ukuran File | 266 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2014-07-08 |
Tanggal Publikasi | 2014-07-08 |
Pengembang | akashnavapara |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |