Tamplate for INvitation
Make tamplate for invitation
What is Tamplate for INvitation?
Tamplate for INvitation is a Chrome extension developed by FAS, and its main feature is "Make tamplate for invitation".
Extension Screenshots
Download Tamplate for INvitation Extension CRX File
Download Tamplate for INvitation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
Official URL | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
Description | Make tamplate for invitation |
File Size | 17.01 KB |
Installation Count | 18 |
Current Version | 1.3 |
Last Updated | 2019-05-03 |
Publish Date | 2019-05-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | FAS |
Payment Type | free |
Supported Languages | 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" ] } |