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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

RANDUS.ORG – Random Person Generator and Temporary Mail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 RANDUS.ORG – Random Person Generator and Temporary Mail
ID jcildekmhnmopplgcncdohaffhiobimo
공식 URL 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"
            ]
        }
    ]
}