Autofill by Olak
Olak is the most advanced Autofill. Now filling the form is just one click away.
什么是Autofill by Olak?
Autofill by Olak是由http://olak.com开发的Chrome扩展程序,该扩展的主要功能是“Olak is the most advanced Autofill. Now filling the form is just one click away.”。
扩展截图
下载Autofill by Olak扩展crx文件
下载Autofill by Olak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Olak, one of the most advanced Autofill Extension, helps you to effortlessly fill out forms. It helps you automatically fill your personal details, contact information, credit cards, license details, passport details and even any additional custom information that you provide. With Olak's Autofill, you can automatically complete the repetitive information that is usually requested in submission forms and it can be used on any websites. Olak's Autofill has a brilliant framework with its enriching autofill technology comprising of enhanced pattern recognition, broad compartment of algorithms, compatibility with diverse platforms and so much more. With this framework, Olak's Autofill offers an amazingly, never-ending autofill experience for users. Other unique features in Olak's Autofill services include: PORTABILITY Olak's Autofill stores your data in the cloud. That way, you can log in from the extension installed on any browser of your choice. As a user, you could even access your data from Olak's mobile app, as your data spontaneously syncs across those apps. Olak's Autofill allows you to confidently access your data from every computer and mobile device. SECURITY Olak's Autofill embraces industry-standard AES 256-bit encryption to safely store your data. As far as your data is stored in the cloud, you won't have to worry about your privacy, as your data would always remain encrypted. The data is encrypted with cryptographic keys that only you possess. Therefore, no one can access or decrypt your data, not even us, but you. However, if you opt-in for 'Password Recovery' option, we will store encryption keys on the server in order to help you recover your account if you ever forget your password. In end to end encryption configuration, the encryption key is derived from username and password, so if user forgets either of them, she won’t be able to recover the data. But, if the user has explicitly opted-in for ‘Password Recovery’ then we store the encryption key in the cloud. So, in that case, theoretically, Olak employees can access your data. But we have no interest in that and don’t do that. PRIVACY At Olak, we are devoted to protecting your privacy. This is why we are genuinely of the opinion that the less information we possess about you, the lesser the chances are of losing, misusing or abusing that information. Your data is yours only and is controlled by you alone. We claim no rights to it, except for the information we need to deliver services to you. You may change, add or delete your data at your discretion. EXTENSIBILITY Olak’s Autofill gives you the ability to easily add custom fields on top of existing standard categories and fields. Supposing you add a category called 'Shopping' and fields called 'discounts' or 'promos', if some online platforms have those fields, they will be auto-filled. Users can give it a test run by going to Profile tab -> Others -> Add Section. Olak's Autofill eliminates the stress of having to repetitively enter and re-enter your details on forms. Olak's Autofill offers you the option to request the instant filling of the forms completely without any need to manually type it in. So, be rest assured that you can spend less time booking your airplane tickets for the holidays and more time enjoying it! If you have any concerns or feedback, feel free to email us at [email protected]
扩展基本信息
名称 | |
ID | kbckmmjnkahkkelbdhbbnckfhpkkcaao |
官方URL | https://chrome.google.com/webstore/detail/autofill-by-olak/kbckmmjnkahkkelbdhbbnckfhpkkcaao |
简介 | Olak is the most advanced Autofill. Now filling the form is just one click away. |
文件大小 | 2.07 MB |
安装次数 | 1,000 |
当前版本 | 1.0.9 |
更新时间 | 2020-05-10 |
上架时间 | 2020-05-09 |
评分 | 2.29/5 共7次评分 |
开发者 | http://olak.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://olak.com/download |
隐私政策页面URL | https://olak.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Autofill by Olak", "description": "Olak is the most advanced Autofill. Now filling the form is just one click away.", "version": "1.0.9", "permissions": [ "tabs", "activeTab", "storage" ], "browser_action": { "default_title": "Autofill by Olak", "default_popup": "popup\/index.html" }, "background": { "page": "background\/background.html", "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "js": [ "content\/content-script.js" ] } ], "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'" } |