Reggy
Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler
Reggy란 무엇입니까?
Reggy은(는) zbone3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler"입니다.
확장 프로그램 스크린샷
Reggy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate random identities with temporary emails to speed up the registration process to any website. Reggy has a form-filling capability to quickly fill in most of the registration forms. Feel free to send us recommendations regarding good temporary email services you would like us to add, new feature requests and bug reports.
확장 프로그램 기본 정보
이름 | Reggy |
ID | pnneajlgffpejnabhionnhdfhibijihe |
공식 URL | https://chromewebstore.google.com/detail/reggy/pnneajlgffpejnabhionnhdfhibijihe |
설명 | Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler |
파일 크기 | 801 KB |
설치 횟수 | 8,569 |
현재 버전 | 3.2.0 |
최근 업데이트 | 2024-01-09 |
출시 날짜 | 2019-07-09 |
평점 | 4.83/5 총 29 개의 평점 |
개발자 | zbone3 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.termsfeed.com/live/62682e49-e822-4071-aa9e-b73a8d7f9d58 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reggy", "version": "3.2.0", "manifest_version": 3, "description": "Create random identities and sign up to any site in a matter of seconds! Reggy also includes a built-in form filler", "icons": { "16": "assets\/icons\/cool-16.png", "48": "assets\/icons\/cool-48.png", "128": "assets\/icons\/cool-128.png" }, "permissions": [ "storage", "activeTab", "scripting" ], "background": { "service_worker": "bundle\/background.bundle.js" }, "action": { "default_icon": "assets\/icons\/cool-512.png", "default_popup": "pages\/main.html" } } |