Pure Potential Form Extension
Pure Potential Form Extension
什么是Pure Potential Form Extension?
Pure Potential Form Extension是由chadspaide开发的Chrome扩展程序,该扩展的主要功能是“Pure Potential Form Extension”。
扩展截图
下载Pure Potential Form Extension扩展crx文件
下载Pure Potential Form Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
EZLynx Applicant merge into any Webform 扩展基本信息
| 名称 | |
| ID | klnlfomfdhcnhjphfaiepofgbdknejim |
| 官方URL | https://chromewebstore.google.com/detail/pure-potential-form-exten/klnlfomfdhcnhjphfaiepofgbdknejim |
| 简介 | Pure Potential Form Extension |
| 文件大小 | 142 KB |
| 安装次数 | 157 |
| 当前版本 | 0.0.20 |
| 更新时间 | 2023-12-04 |
| 上架时间 | 2020-04-28 |
| 开发者 | chadspaide |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.pure-potential.net |
| 帮助页面URL | https://www.pure-potential.net |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pure Potential Form Extension",
"version": "0.0.20",
"manifest_version": 2,
"description": "Pure Potential Form Extension",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/settings.js",
"src\/bg\/background.js",
"src\/common.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/app.ezlynx.com\/account\/*",
"https:\/\/app.ezlynx.com\/applicantportal\/Applicant\/*",
"https:\/\/app.ezlynx.com\/web\/account\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/DataExtractor.js",
"src\/inject.js"
],
"css": [
"css\/inject.css"
]
}
],
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Pure Potential Form Extension",
"default_popup": "src\/popup\/popup.html"
},
"permissions": [
"activeTab",
"storage",
"bookmarks",
"https:\/\/app.ezlynx.com\/*"
],
"web_accessible_resources": [
"img\/*"
]
} | |