Autofill by Olak
Olak is the most advanced Autofill. Now filling the form is just one click away.
Vad är Autofill by Olak?
Autofill by Olak är en Chrome-tillägg utvecklad av http://olak.com, och dess huvudfunktion är "Olak is the most advanced Autofill. Now filling the form is just one click away.".
Tilläggsskärmbilder
Ladda ner Autofill by Olak-förlängningens CRX-fil
Ladda ner Autofill by Olak-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | |
ID | kbckmmjnkahkkelbdhbbnckfhpkkcaao |
Officiell webbadress | https://chrome.google.com/webstore/detail/autofill-by-olak/kbckmmjnkahkkelbdhbbnckfhpkkcaao |
Beskrivning | Olak is the most advanced Autofill. Now filling the form is just one click away. |
Filstorlek | 2.07 MB |
Antal Installationer | 1,000 |
Aktuell Version | 1.0.9 |
Senast Uppdaterad | 2020-05-10 |
Publiceringsdatum | 2020-05-09 |
Betyg | 2.29/5 Totalt 7 Betyg |
Utvecklare | http://olak.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://olak.com/download |
URL till Sekretesspolicy Sidan | https://olak.com/privacy |
Stödda Språk | 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'" } |