Pure Potential: EZLynx Name/Note Formatter
Pure Potential: EZLynx Naming Conventions and Note Formatter
Cos'è Pure Potential: EZLynx Name/Note Formatter?
Pure Potential: EZLynx Name/Note Formatter è un'estensione di Chrome sviluppata da chadspaide, e la sua funzione principale è "Pure Potential: EZLynx Naming Conventions and Note Formatter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pure Potential: EZLynx Name/Note Formatter
Scarica i file di estensione Pure Potential: EZLynx Name/Note Formatter 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
                        Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting.  Enable your Team to have clear communication.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hcfboffbjemffnebglgbjpmbakahaioh | 
| URL Ufficiale | https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh | 
| Descrizione | Pure Potential: EZLynx Naming Conventions and Note Formatter | 
| Dimensione del File | 158 KB | 
| Conteggio Installazioni | 547 | 
| Versione Corrente | 0.1.9 | 
| Ultimo Aggiornamento | 2023-12-05 | 
| Data di Pubblicazione | 2020-11-18 | 
| Valutazione | 4.00/5 Totale 1 Valutazioni | 
| Sviluppatore | chadspaide | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://pure-potential.net/ | 
| URL della Pagina di Aiuto | https://pure-potential.net/ | 
| Lingue Supportate | 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\/*"
    ]
}  |  |