HelpScout Plus
Extends HelpScout Plus for EP
ما هو HelpScout Plus؟
HelpScout Plus هو إضافة Chrome تم تطويرها بواسطة Education Perfect، والميزة الرئيسية لها هي "Extends HelpScout Plus for EP".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة HelpScout Plus
قم بتنزيل ملفات الامتداد HelpScout Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Intended for users of HelpScout that want to bring certain priority smart folders to the top of the list. Click the red Helpscout icon in the top right and type in the priority names you want to float to the top. Moves the New Conversation button to the top.
معلومات أساسية عن التمديد
الاسم | HelpScout Plus |
ID | dmkeimdechogkplcclpcinfapgceghpo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/helpscout-plus/dmkeimdechogkplcclpcinfapgceghpo |
الوصف | Extends HelpScout Plus for EP |
حجم الملف | 29.37 KB |
عدد التثبيتات | 115 |
النسخة الحالية | 1.1.5 |
آخر تحديث | 2019-04-08 |
تاريخ النشر | 2019-04-07 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Education Perfect |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.educationperfect.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HelpScout Plus", "description": "Extends HelpScout Plus for EP", "short_name": "HelpScout+", "version": "1.1.5", "browser_action": { "default_icon": { "19": "icons\/page_action\/19x19.png", "38": "icons\/page_action\/38x38.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/secure.helpscout.net\/mailbox\/*", "https:\/\/secure.helpscout.net\/conversation\/*" ], "js": [ "js\/content_script.js" ] } ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "96": "icons\/96x96.png", "128": "icons\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "tabs", "https:\/\/secure.helpscout.net\/mailbox\/*", "https:\/\/secure.helpscout.net\/conversation\/*", "contextMenus", "declarativeContent", "storage" ], "commands": { "slack": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Copy for Slack" }, "cp": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Copy for CP" } } } |