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 |
| 官方網址 | 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\/*"
]
} | |