Oracle Secure Form Fill Plugin
Oracle Identity Cloud Service Secure Form Fill Plugin
Oracle Secure Form Fill Plugin là gì?
Oracle Secure Form Fill Plugin là một tiện ích mở rộng Chrome được phát triển bởi Oracle, và tính năng chính của nó là "Oracle Identity Cloud Service Secure Form Fill Plugin".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Oracle Secure Form Fill Plugin
Tải xuống các tệp mở rộng Oracle Secure Form Fill Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
The Oracle Identity Cloud Service Secure Form Fill Plugin allows end-users to login into applications without having to remember passwords. The plugin also provides an easy to use panel which gives users access to their applications at any time, while they continue working. Oracle Identity Cloud Service is a cloud native identity management service. It provides identity management and security to Oracle Cloud and for customer applications. “By installing the Oracle Identity Cloud Service extension software, you are agreeing to the following terms: 1. You may use the software subject to the following: (a) the software may be used solely for your personal, informational, noncommercial purposes; (b) the software may not be modified or altered in any way; and (c) the software may not be redistributed. 2. The software is the intellectual property and copyrighted works of Oracle America, Inc. or a third party provider. All rights, title and interest not expressly granted with respect to the software are reserved. 3. You may not access, download, use or export the software in violation of U.S. export laws or regulations, or in violation of any other applicable laws or regulations. You agree to comply with all export laws, restrictions and regulations of any United States or applicable agency or authority, and to not directly or indirectly provide or otherwise make available any services and products of Oracle in violation of any such restrictions, laws or regulations, including, without limitation, laws, restrictions or regulations pertaining to the development, design, manufacture or production of nuclear, chemical or biological weapons or missile technology. 4. Oracle may, from the software, enable you to access and access on behalf of you third party applications, platforms, content, products, services or websites using credentials, tokens or other modes of access provided to you by the applicable third party. Such credentials may include information relating to a natural person who can be identified, directly or indirectly, by reference to an identification number or to one or more factors specific to his/her physical, physiological, mental, economic, cultural or social identity. 5. Disclaimer of Warranties. THE SOFTWARE IS PROVIDED ON AN "AS IS" BASIS. ORACLE EXPRESSLY DISCLAIMS ALL WARRANTIES OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. THE SOFTWARE IS USED AT YOUR OWN DISCRETION AND RISK. ORACLE SHALL HAVE NO RESPONSIBILITY FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OR USE OF THE SOFTWARE. 6. Limitation of Liability. IN NO EVENT SHALL ORACLE BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN ACTION IN CONTRACT OR TORT, ARISING FROM YOUR ACCESS TO, OR USE OF, THE SOFTWARE. 7. Exclusions and Limitations. SOME JURISDICTIONS DO NOT ALLOW THE DISCLAIMER OR EXCLUSION OF CERTAIN WARRANTIES OR THE DISCLAIMER, EXCLUSION OR LIMITATION OF CERTAIN LIABILITIES. TO THE EXTENT THAT THEY ARE HELD TO BE LEGALLY INVALID, DISCLAIMERS, EXCLUSIONS AND LIMITATIONS SET FORTH ABOVE DO NOT APPLY AND ALL OTHER TERMS SHALL REMAIN IN FULL FORCE AND EFFECT. 8. All matters relating to your access to, and use of, the software shall be governed by U.S. federal law or the laws of the State of California. Any legal action or proceeding relating to your access to, or use of, the software shall be instituted in a state or federal court in San Francisco or Santa Clara County, California. You and Oracle agree to submit to the jurisdiction of, and agree that venue is proper in, these courts in any such legal action or proceeding.”
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hcnkpjmgmdmmadheicdhoddllndlifdj |
URL Chính Thức | https://chrome.google.com/webstore/detail/oracle-secure-form-fill-p/hcnkpjmgmdmmadheicdhoddllndlifdj |
Mô tả | Oracle Identity Cloud Service Secure Form Fill Plugin |
Kích Thước Tệp | 236 KB |
Số Lần Cài Đặt | 853 |
Phiên Bản Hiện Tại | 0.6.0.0 |
Cập Nhật Lần Cuối | 2018-05-07 |
Ngày Phát Hành | 2018-05-07 |
Đánh Giá | 4.17/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Oracle |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.oracle.com |
URL Trang Chính Sách Bảo Mật | https://www.oracle.com/legal/privacy/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,nl,no,tr,da,es,it,hu,pl,ro,sk,fi,sv,cs,el,ru,th,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_appShortName__", "default_locale": "en", "author": "Oracle", "version": "0.6.0.0", "incognito": "split", "icons": { "128": "img\/icon128.png" }, "browser_action": { "default_title": "__MSG_appTitle__", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentScripts\/CombinedAPS.js", "scripts\/contentScripts\/detect.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "webNavigation", "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "background", "unlimitedStorage", "contextMenus" ], "background": { "page": "html\/background.html" }, "web_accessible_resources": [ "html\/modeSwitcher.html", "html\/updateHelper.html" ] } |