Tamplate for INvitation
Make tamplate for invitation
Was ist Tamplate for INvitation?
Tamplate for INvitation ist eine Chrome-Erweiterung, die von FAS entwickelt wurde, und ihr Hauptmerkmal ist "Make tamplate for invitation".
Erweiterungsscreenshots
Tamplate for INvitation-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tamplate for INvitation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
Offizielle URL | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
Beschreibung | Make tamplate for invitation |
Dateigröße | 17.01 KB |
Installationsanzahl | 18 |
Aktuelle Version | 1.3 |
Letztes Update | 2019-05-03 |
Veröffentlichungsdatum | 2019-05-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | FAS |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |