Tamplate for INvitation
Make tamplate for invitation
Apa itu Tamplate for INvitation?
Tamplate for INvitation adalah ekstensi Chrome yang dikembangkan oleh FAS, dan fitur utamanya adalah "Make tamplate for invitation".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tamplate for INvitation
Unduh file ekstensi Tamplate for INvitation 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 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.
Informasi Dasar Ekstensi
Nama | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
URL Resmi | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
Deskripsi | Make tamplate for invitation |
Ukuran File | 17.01 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2019-05-03 |
Tanggal Publikasi | 2019-05-03 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | FAS |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |