Pure Potential: EZLynx Name/Note Formatter

Pure Potential: EZLynx Naming Conventions and Note Formatter

Qu'est-ce que Pure Potential: EZLynx Name/Note Formatter ?

Pure Potential: EZLynx Name/Note Formatter est une extension Chrome développée par chadspaide, et sa fonction principale est "Pure Potential: EZLynx Naming Conventions and Note Formatter".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pure Potential: EZLynx Name/Note Formatter

Téléchargez les fichiers d'extension Pure Potential: EZLynx Name/Note Formatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting.  Enable your Team to have clear communication.                    

Informations de Base sur l'Extension

Nom Pure Potential: EZLynx Name/Note Formatter Pure Potential: EZLynx Name/Note Formatter
ID hcfboffbjemffnebglgbjpmbakahaioh
URL Officiel https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh
Description Pure Potential: EZLynx Naming Conventions and Note Formatter
Taille du Fichier 158 KB
Nombre d'Installations 547
Version Actuelle 0.1.9
Dernière Mise à Jour 2023-12-05
Date de Publication 2020-11-18
Évaluation 4.00/5 Total 1 Évaluations
Développeur chadspaide
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pure-potential.net/
URL de la Page d'Aide https://pure-potential.net/
Langues Prises en Charge 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\/*"
    ]
}