Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Hvad er Pure Potential: EZLynx Name/Note Formatter?
Pure Potential: EZLynx Name/Note Formatter er en Chrome-udvidelse udviklet af chadspaide, og dens hovedfunktion er "Pure Potential: EZLynx Naming Conventions and Note Formatter".
Udvidelsesskærmbilleder
Download Pure Potential: EZLynx Name/Note Formatter-udvidelses-CRX-fil
Download Pure Potential: EZLynx Name/Note Formatter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication.
Grundlæggende oplysninger om udvidelsen
Navn | Pure Potential: EZLynx Name/Note Formatter |
ID | hcfboffbjemffnebglgbjpmbakahaioh |
Officiel URL | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh |
Beskrivelse | Pure Potential: EZLynx Naming Conventions and Note Formatter |
Filstørrelse | 158 KB |
Antal Installationer | 547 |
Nuværende Version | 0.1.9 |
Senest Opdateret | 2023-12-05 |
Udgivelsesdato | 2020-11-18 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | chadspaide |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://pure-potential.net/ |
Hjælpeside-URL | https://pure-potential.net/ |
Understøttede Sprog | 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\/*" ] } |