RANDUS.ORG – Random Person Generator and Temporary Mail
Creation of random personalities with temporary email and auto-completion of registration and authorization forms.
什麼是RANDUS.ORG – Random Person Generator and Temporary Mail?
RANDUS.ORG – Random Person Generator and Temporary Mail是由https://randus.org開發的Chrome擴展程式,該擴展的主要功能是“Creation of random personalities with temporary email and auto-completion of registration and authorization forms.”。
擴展截圖
下載RANDUS.ORG – Random Person Generator and Temporary Mail擴展crx文件
下載RANDUS.ORG – Random Person Generator and Temporary Mail擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Why invent data when registering, if our extension can do it for you? Extension RANDUS.ORG automatically finds the registration or authorization form and fills it in with the generated data, as well as creates a one-time (temporary) email. There is no need to write down the data created by our service. the extension independently remembers the last 10 generations and offers to quickly substitute them during authorization. Help make the extension even better: if you found a form that the extension couldn't recognize RANDUS.ORG please let us know - we will take this fact into account in future updates. Together we will make the extension even better! Privacy Policy: https://randus.org/en/agreement
擴展基本資訊
名稱 | RANDUS.ORG – Random Person Generator and Temporary Mail |
ID | jcildekmhnmopplgcncdohaffhiobimo |
官方網址 | https://chromewebstore.google.com/detail/randusorg-–-генератор-слу/jcildekmhnmopplgcncdohaffhiobimo?hl=en |
簡介 | Creation of random personalities with temporary email and auto-completion of registration and authorization forms. |
檔案大小 | 232 KB |
安裝次數 | 1,143 |
目前版本 | 1.5.1 |
更新時間 | 2020-08-29 |
上架時間 | 2020-07-04 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://randus.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://randus.org |
隱私政策頁面URL | https://randus.org/agreement.html |
支援的語言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.5.1", "default_locale": "ru", "description": "__MSG_extDescription__", "browser_action": { "default_popup": "html\/popup.html", "default_icon": { "16": "images\/favicon.png", "24": "images\/favicon.png", "32": "images\/favicon.png" } }, "icons": { "16": "images\/favicon-16.png", "48": "images\/favicon-48.png", "128": "images\/favicon-128.png" }, "permissions": [ "activeTab", "storage", "notifications" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/helpers.js", "js\/fill.js", "js\/inject.js" ] } ] } |