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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pure Potential: EZLynx Name/Note Formatter
قم بتنزيل ملفات الامتداد Pure Potential: EZLynx Name/Note Formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Standard of Procedures for EZlynx Discussion Titles and Note & Task Text Body Formatting. Enable your Team to have clear communication. معلومات أساسية عن التمديد
| الاسم | |
| 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/ |
| عنوان صفحة المساعدة | 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\/*"
]
} | |