Cledara Engage
Help your company understand what Saas applications are being used
Cledara Engage क्या है?
Cledara Engage https://cledara.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help your company understand what Saas applications are being used"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cledara Engage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The extension lets your company know which SaaS applications (such as Pipedrive, Jira, Slack, Webflow, Salesforce etc.) people access to ensure that you and your colleagues are using all the best applications, customer data is safe and money is not being wasted on any duplicate subscriptions. Privacy disclaimer: Cledara Engage is built only for SaaS. This means that Cledara (and your company) will only receive browsing data that matches our curated list of SaaS providers, available on cledara.com/marketplace. All other browsing data stays on your device.
एक्सटेंशन की मूल जानकारी
नाम | Cledara Engage |
ID | pkpmfehleomgdhhhhioofhkcojoppakc |
आधिकारिक URL | https://chromewebstore.google.com/detail/cledara-engage/pkpmfehleomgdhhhhioofhkcojoppakc |
विवरण | Help your company understand what Saas applications are being used |
फ़ाइल का आकार | 2.48 MB |
स्थापना संख्या | 14,866 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2023-05-05 |
प्रकाशन तिथि | 2021-11-29 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | https://cledara.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.cledara.com |
सहायता पृष्ठ URL | https://help.cledara.com/hc |
गोपनीयता नीति पृष्ठ URL | https://www.cledara.com/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cledara Engage", "description": "Help your company understand what Saas applications are being used", "version": "1.3.4", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/app.cledara.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "permissions": [ "cookies", "tabs", "storage", "identity", "identity.email" ], "optional_permissions": [], "host_permissions": [ "https:\/\/app.cledara.com\/" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/favicon16.png", "32": "\/images\/favicon32.png", "96": "\/images\/favicon96.png", "120": "\/images\/favicon120.png", "152": "\/images\/favicon152.png", "167": "\/images\/favicon167.png", "180": "\/images\/favicon180.png", "228": "\/images\/favicon228.png" } }, "icons": { "16": "\/images\/favicon16.png", "32": "\/images\/favicon32.png", "96": "\/images\/favicon96.png", "120": "\/images\/favicon120.png", "152": "\/images\/favicon152.png", "167": "\/images\/favicon167.png", "180": "\/images\/favicon180.png", "228": "\/images\/favicon228.png" } } |