LinkedIn templater
Replaces generic linked in 'connect' message with one defined by you
What is LinkedIn templater?
LinkedIn templater is a Chrome extension developed by vitekus, and its main feature is "Replaces generic linked in 'connect' message with one defined by you".
Extension Screenshots
Download LinkedIn templater Extension CRX File
Download LinkedIn templater 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
Replaces generic linked in 'connect' message with one defined by you. Works with updated UI
Extension Basic Information
Name | |
ID | jkiiegidgnpkldaogkggemkjfgmfnnee |
Official URL | https://chrome.google.com/webstore/detail/linkedin-templater/jkiiegidgnpkldaogkggemkjfgmfnnee |
Description | Replaces generic linked in 'connect' message with one defined by you |
File Size | 9.35 KB |
Installation Count | 96 |
Current Version | 0.5.1 |
Last Updated | 2018-09-20 |
Publish Date | 2018-09-20 |
Rating | 3.00/5 Total 2 Ratings |
Developer | vitekus |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn templater", "description": "Replaces generic linked in 'connect' message with one defined by you", "version": "0.5.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "logo_b.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/www.linkedin.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "content-script\/lin.js" ] } ] } |