Tamplate for INvitation
Make tamplate for invitation
Vad är Tamplate for INvitation?
Tamplate for INvitation är en Chrome-tillägg utvecklad av FAS, och dess huvudfunktion är "Make tamplate for invitation".
Tilläggsskärmbilder
Ladda ner Tamplate for INvitation-förlängningens CRX-fil
Ladda ner Tamplate for INvitation-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
Officiell webbadress | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
Beskrivning | Make tamplate for invitation |
Filstorlek | 17.01 KB |
Antal Installationer | 18 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2019-05-03 |
Publiceringsdatum | 2019-05-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | FAS |
Betalningssätt | free |
Stödda Språk | 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" ] } |