CA Identity Service
Performs logins to sites using formfill
CA Identity Service क्या है?
CA Identity Service Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Performs logins to sites using formfill"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CA Identity Service एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CA Identity Service is an identity management and single sign-on cloud service, that helps hybrid enterprises secure and simplify access to both cloud apps like Google App, Office365, Salesforce.com and AWS and existing on-premise applications. CA Identity Service: • Improves productivity with easy user provisioning and single sign-on, bringing all your apps into a unified launchpad • Empowers your business users to manage their own apps and grant access to them • Gives you a single view of your entire cloud attack surface with rich, bidirectional integrations with cloud apps Try it for free today: http://ca.com/identity-service/free-trial
एक्सटेंशन की मूल जानकारी
नाम | CA Identity Service |
ID | ldojlcfbpihbnipaidcjkeoddhmcendk |
आधिकारिक URL | https://chromewebstore.google.com/detail/ca-identity-service/ldojlcfbpihbnipaidcjkeoddhmcendk |
विवरण | Performs logins to sites using formfill |
फ़ाइल का आकार | 20.91 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2017-08-31 |
प्रकाशन तिथि | 2017-08-31 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://ca.com/identity-service |
सहायता पृष्ठ URL | https://communities.ca.com/community/ca-security/ca-identity-service |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CA Identity Service", "version": "1.0.4", "description": "Performs logins to sites using formfill", "background": { "page": "background.html", "persistence": false }, "manifest_version": 2, "browser_action": { "name": "CA Identity Service" }, "content_scripts": [ { "js": [ "browser-polyfill.js", "formfill.js", "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "alarms" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |