Pure Potential Form Extension
Pure Potential Form Extension
Was ist Pure Potential Form Extension?
Pure Potential Form Extension ist eine Chrome-Erweiterung, die von chadspaide entwickelt wurde, und ihr Hauptmerkmal ist "Pure Potential Form Extension".
Erweiterungsscreenshots
Pure Potential Form Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pure Potential Form Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
EZLynx Applicant merge into any Webform Grundlegende Informationen zur Erweiterung
| Name | |
| ID | klnlfomfdhcnhjphfaiepofgbdknejim |
| Offizielle URL | https://chromewebstore.google.com/detail/pure-potential-form-exten/klnlfomfdhcnhjphfaiepofgbdknejim |
| Beschreibung | Pure Potential Form Extension |
| Dateigröße | 142 KB |
| Installationsanzahl | 157 |
| Aktuelle Version | 0.0.20 |
| Letztes Update | 2023-12-04 |
| Veröffentlichungsdatum | 2020-04-28 |
| Entwickler | chadspaide |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.pure-potential.net |
| Hilfeseite URL | https://www.pure-potential.net |
| Unterstützte Sprachen | 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\/*"
]
} | |