ONTRAPORT Power User Extension
This extension provides unofficial extra features for power users of ONTRAPORT.
ما هو ONTRAPORT Power User Extension؟
ONTRAPORT Power User Extension هو إضافة Chrome تم تطويرها بواسطة ONTRAPORT Labs، والميزة الرئيسية لها هي "This extension provides unofficial extra features for power users of ONTRAPORT.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ONTRAPORT Power User Extension
قم بتنزيل ملفات الامتداد ONTRAPORT Power User Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
- Keep the Top Level Navigation onscreen at all times. - Keep the current Release and Account Number onscreen at all times. - Setup Per-Account customizations such as color theming and custom logo.
معلومات أساسية عن التمديد
الاسم | ONTRAPORT Power User Extension |
ID | ddccabpjgecnegndgkghilemjpbocjpd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ontraport-power-user-exte/ddccabpjgecnegndgkghilemjpbocjpd |
الوصف | This extension provides unofficial extra features for power users of ONTRAPORT. |
حجم الملف | 16.03 MB |
عدد التثبيتات | 346 |
النسخة الحالية | 1.109 |
آخر تحديث | 2020-02-20 |
تاريخ النشر | 2020-02-20 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | ONTRAPORT Labs |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://ontraport.com/legal |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ONTRAPORT Power User Extension", "description": "This extension provides unofficial extra features for power users of ONTRAPORT.", "version": "1.109", "browser_action": { "default_title": "Click to edit options", "default_icon": "icon.png", "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.ontraport.com\/*" ], "css": [ "content_script\/styles.css" ], "js": [ "content_script\/jquery.js", "content_script\/jquery.initialize.min.js", "content_script\/script.js" ] } ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "tabs", "storage" ] } |