Pure Potential Form Extension
Pure Potential Form Extension
Cos'è Pure Potential Form Extension?
Pure Potential Form Extension è un'estensione di Chrome sviluppata da chadspaide, e la sua funzione principale è "Pure Potential Form Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pure Potential Form Extension
Scarica i file di estensione Pure Potential Form Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
EZLynx Applicant merge into any Webform Informazioni di Base sull'Estensione
| Nome | |
| ID | klnlfomfdhcnhjphfaiepofgbdknejim |
| URL Ufficiale | https://chromewebstore.google.com/detail/pure-potential-form-exten/klnlfomfdhcnhjphfaiepofgbdknejim |
| Descrizione | Pure Potential Form Extension |
| Dimensione del File | 142 KB |
| Conteggio Installazioni | 157 |
| Versione Corrente | 0.0.20 |
| Ultimo Aggiornamento | 2023-12-04 |
| Data di Pubblicazione | 2020-04-28 |
| Sviluppatore | chadspaide |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.pure-potential.net |
| URL della Pagina di Aiuto | https://www.pure-potential.net |
| Lingue Supportate | 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\/*"
]
} | |