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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chadspaide และคุณลักษณะหลักของมันคือ "Pure Potential: EZLynx Naming Conventions and Note Formatter"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pure Potential: EZLynx Name/Note Formatter

ดาวน์โหลดไฟล์ส่วนขยาย Pure Potential: EZLynx Name/Note Formatter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}