HubX (by Neambo)
Copy modules and groups in the new HubSpot Design Tools
HubX (by Neambo) क्या है?
HubX (by Neambo) https://neambo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy modules and groups in the new HubSpot Design Tools"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HubX (by Neambo) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Make your powerful HubSpot Design Tools even better with extra features: - Copy groups and modules between templates - Copy groups and modules within a template at a specific location - Collapse/expand groups when double-clicking their labels - Optional dark theme to relax your eyes More info: https://neambo.com/hubx Looking for a beautiful and powerful HubSpot website theme? https://neambo.com/act2
एक्सटेंशन की मूल जानकारी
नाम | HubX (by Neambo) |
ID | dmgpiodabbkeicgkhpokecnlpjddjmah |
आधिकारिक URL | https://chromewebstore.google.com/detail/hubx-by-neambo/dmgpiodabbkeicgkhpokecnlpjddjmah |
विवरण | Copy modules and groups in the new HubSpot Design Tools |
फ़ाइल का आकार | 70.57 KB |
स्थापना संख्या | 1,119 |
वर्तमान संस्करण | 0.27 |
अंतिम अपडेट | 2019-06-27 |
प्रकाशन तिथि | 2019-06-27 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://neambo.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://neambo.com/hubx |
सहायता पृष्ठ URL | https://neambo.com/hubx |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HubX (by Neambo)", "description": "Copy modules and groups in the new HubSpot Design Tools", "version": "0.27", "icons": { "48": "img\/hubx-logo-48.png", "128": "img\/hubx-logo-128.png" }, "background": { "scripts": [ "js\/jquery-2.1.3.min.js", "js\/background.min.js" ], "persistent": false }, "page_action": { "default_title": "HubX by Neambo", "default_icon": "img\/hubx-logo-32.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "declarativeContent", "storage", "https:\/\/app.hubspot.com\/design-manager\/*", "https:\/\/api.hubspot.com\/*" ], "content_scripts": [ { "js": [ "js\/jquery-2.1.3.min.js", "js\/jquery.initialize.min.js", "js\/hubx.min.js" ], "css": [ "css\/hubx.css" ], "matches": [ "https:\/\/app.hubspot.com\/design-manager\/*" ] } ], "web_accessible_resources": [ "img\/hubx-icon.svg", "img\/error-icon.png" ] } |