Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Apa itu Pure Potential: EZLynx Name/Note Formatter?
Pure Potential: EZLynx Name/Note Formatter adalah ekstensi Chrome yang dikembangkan oleh chadspaide, dan fitur utamanya adalah "Pure Potential: EZLynx Naming Conventions and Note Formatter".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Pure Potential: EZLynx Name/Note Formatter
Unduh file ekstensi Pure Potential: EZLynx Name/Note Formatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication.
Informasi Dasar Ekstensi
Nama | Pure Potential: EZLynx Name/Note Formatter |
ID | hcfboffbjemffnebglgbjpmbakahaioh |
URL Resmi | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh |
Deskripsi | Pure Potential: EZLynx Naming Conventions and Note Formatter |
Ukuran File | 158 KB |
Jumlah Instalasi | 547 |
Versi Saat Ini | 0.1.9 |
Terakhir Diperbarui | 2023-12-05 |
Tanggal Publikasi | 2020-11-18 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | chadspaide |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://pure-potential.net/ |
URL Halaman Bantuan | https://pure-potential.net/ |
Bahasa yang Didukung | 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\/*" ] } |