Pure Potential Form Extension
Pure Potential Form Extension
Wat is Pure Potential Form Extension?
Pure Potential Form Extension is een Chrome-extensie ontwikkeld door chadspaide, en de belangrijkste functie is "Pure Potential Form Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Pure Potential Form Extension
Download Pure Potential Form Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        EZLynx Applicant merge into any Webform                     Basisinformatie over de Extensie
| Naam |   |  
| ID | klnlfomfdhcnhjphfaiepofgbdknejim | 
| Officiële URL | https://chromewebstore.google.com/detail/pure-potential-form-exten/klnlfomfdhcnhjphfaiepofgbdknejim | 
| Beschrijving | Pure Potential Form Extension | 
| Bestandsgrootte | 142 KB | 
| Aantal Installaties | 157 | 
| Huidige Versie | 0.0.20 | 
| Laatst Bijgewerkt | 2023-12-04 | 
| Publicatiedatum | 2020-04-28 | 
| Ontwikkelaar | chadspaide | 
| [email protected] | |
| Betalingswijze | free | 
| Extensiewebsite | https://www.pure-potential.net | 
| Help Pagina-URL | https://www.pure-potential.net | 
| Ondersteunde Talen | 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\/*"
    ]
}  |  |