Tamplate for INvitation
Make tamplate for invitation
什么是Tamplate for INvitation?
Tamplate for INvitation是由FAS开发的Chrome扩展程序,该扩展的主要功能是“Make tamplate for invitation”。
扩展截图
下载Tamplate for INvitation扩展crx文件
下载Tamplate for INvitation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | phemcmhphdnfliijckkkeoifpoibmcek |
官方URL | https://chrome.google.com/webstore/detail/tamplate-for-invitation/phemcmhphdnfliijckkkeoifpoibmcek |
简介 | Make tamplate for invitation |
文件大小 | 17.01 KB |
安装次数 | 18 |
当前版本 | 1.3 |
更新时间 | 2019-05-03 |
上架时间 | 2019-05-03 |
评分 | 5.00/5 共1次评分 |
开发者 | FAS |
付费类型 | free |
支持的语言 | 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" ] } |