Tamplate for INvitation
Make tamplate for invitation
Wat is Tamplate for INvitation?
Tamplate for INvitation is een Chrome-extensie ontwikkeld door FAS, en de belangrijkste functie is "Make tamplate for invitation".
Extensie Screenshots
Download het CRX-bestand van de extensie Tamplate for INvitation
Download Tamplate for INvitation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
Officiële URL | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
Beschrijving | Make tamplate for invitation |
Bestandsgrootte | 17.01 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-05-03 |
Publicatiedatum | 2019-05-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | FAS |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |