Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Was ist Pure Potential: EZLynx Name/Note Formatter?
Pure Potential: EZLynx Name/Note Formatter ist eine Chrome-Erweiterung, die von chadspaide entwickelt wurde, und ihr Hauptmerkmal ist "Pure Potential: EZLynx Naming Conventions and Note Formatter".
Erweiterungsscreenshots
Pure Potential: EZLynx Name/Note Formatter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pure Potential: EZLynx Name/Note Formatter-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
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication.
Grundlegende Informationen zur Erweiterung
Name | Pure Potential: EZLynx Name/Note Formatter |
ID | hcfboffbjemffnebglgbjpmbakahaioh |
Offizielle URL | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh |
Beschreibung | Pure Potential: EZLynx Naming Conventions and Note Formatter |
Dateigröße | 158 KB |
Installationsanzahl | 547 |
Aktuelle Version | 0.1.9 |
Letztes Update | 2023-12-05 |
Veröffentlichungsdatum | 2020-11-18 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | chadspaide |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://pure-potential.net/ |
Hilfeseite URL | https://pure-potential.net/ |
Unterstützte Sprachen | 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\/*" ] } |