Pure Potential: EZLynx Name/Note Formatter

Pure Potential: EZLynx Naming Conventions and Note Formatter

Pure Potential: EZLynx Name/Note Formatter क्या है?

Pure Potential: EZLynx Name/Note Formatter chadspaide द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pure Potential: EZLynx Naming Conventions and Note Formatter"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pure Potential: EZLynx Name/Note Formatter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Pure Potential: EZLynx Name/Note Formatter Pure Potential: EZLynx Name/Note Formatter
ID hcfboffbjemffnebglgbjpmbakahaioh
आधिकारिक URL https://chromewebstore.google.com/detail/pure-potential-ezlynx-nam/hcfboffbjemffnebglgbjpmbakahaioh
विवरण Pure Potential: EZLynx Naming Conventions and Note Formatter
फ़ाइल का आकार 158 KB
स्थापना संख्या 547
वर्तमान संस्करण 0.1.9
अंतिम अपडेट 2023-12-05
प्रकाशन तिथि 2020-11-18
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर chadspaide
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pure-potential.net/
सहायता पृष्ठ URL https://pure-potential.net/
समर्थित भाषाएँ 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\/*"
    ]
}