Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Wat is Pure Potential: EZLynx Name/Note Formatter?
Pure Potential: EZLynx Name/Note Formatter is een Chrome-extensie ontwikkeld door chadspaide, en de belangrijkste functie is "Pure Potential: EZLynx Naming Conventions and Note Formatter".
Extensie Screenshots
Download het CRX-bestand van de extensie Pure Potential: EZLynx Name/Note Formatter
Download Pure Potential: EZLynx Name/Note Formatter-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
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication. Basisinformatie over de Extensie
| Naam | |
| ID | hcfboffbjemffnebglgbjpmbakahaioh |
| Officiële URL | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh |
| Beschrijving | Pure Potential: EZLynx Naming Conventions and Note Formatter |
| Bestandsgrootte | 158 KB |
| Aantal Installaties | 547 |
| Huidige Versie | 0.1.9 |
| Laatst Bijgewerkt | 2023-12-05 |
| Publicatiedatum | 2020-11-18 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | chadspaide |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://pure-potential.net/ |
| Help Pagina-URL | https://pure-potential.net/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pure Potential: EZLynx Name\/Note Formatter",
"version": "0.1.9",
"manifest_version": 2,
"description": "Pure Potential: EZLynx Naming Conventions and Note Formatter",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"js\/jquery\/jquery.min.js",
"js\/bililite.js",
"js\/jquery.sendkeys.js",
"src\/bg\/bg-flag.js",
"src\/ValidTitles.js",
"src\/TitleHandler.js",
"src\/bg\/background.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
"*:\/\/app.ezlynx.com\/*",
"*:\/\/callcenter.purepotential.io\/admin\/*"
],
"js": [
"js\/bililite.js",
"js\/jquery\/jquery.min.js",
"js\/jquery.sendkeys.js",
"src\/UI.js",
"src\/ValidTitles.js",
"src\/TitleHandler.js",
"src\/inject.js"
],
"css": [
"css\/inject.css"
]
}
],
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Pure Potential EZLynx Naming Conventions and Note Formatter",
"default_popup": "src\/popup\/popup.html"
},
"permissions": [
"activeTab",
"storage",
"*:\/\/app.ezlynx.com\/*",
"*:\/\/www.dropbox.com\/*"
],
"web_accessible_resources": [
"img\/*"
]
} | |