ONTRAPORT Power User Extension
This extension provides unofficial extra features for power users of ONTRAPORT.
ONTRAPORT Power User Extension क्या है?
ONTRAPORT Power User Extension ONTRAPORT Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides unofficial extra features for power users of ONTRAPORT."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ONTRAPORT Power User Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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" ] } |