Ruttl
Connect and add a page to your ruttl project.
Ruttl란 무엇입니까?
Ruttl은(는) https://ruttl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect and add a page to your ruttl project."입니다.
확장 프로그램 스크린샷
Ruttl 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Overview: Download this extension and sign-in to to your ruttl account, and get the ability to add password protected websites or login-based web apps to your ruttl project. Steps: 1. Review web apps with login functionality and password-gated websites You can now review your web applications or logged-in screens with ruttl. Go through the 3 simple steps explained below to begin reviewing your web app. 2. Login to your ruttl account and click on the extension Once you’ve added the extension to your Chrome browser, please sign-up or login to your ruttl account. Now click on the extension to login the extension with your account. 3. Select ‘Web Application’ in the project type dropdown while creating the project While adding a new project, please give it a name and select ‘Web Application’ from the dropdown of Project type. Your web-app project shall then be created. 4. Login to your web app in a new tab, click on ruttl extension and add it to your project Open and login to your web app or password-gated website in a new tab, click on the extension and add it to your recently created web-app project.
확장 프로그램 기본 정보
이름 | Ruttl |
ID | doecfodblgfnjmmphbedjgllipnbgbld |
공식 URL | https://chromewebstore.google.com/detail/ruttl/doecfodblgfnjmmphbedjgllipnbgbld |
설명 | Connect and add a page to your ruttl project. |
파일 크기 | 692 KB |
설치 횟수 | 2,270 |
현재 버전 | 2.12.7 |
최근 업데이트 | 2023-10-20 |
출시 날짜 | 2022-05-31 |
평점 | 4.78/5 총 18 개의 평점 |
개발자 | https://ruttl.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://ruttl.com |
개인정보 보호 정책 페이지 URL | https://ruttl.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ruttl", "version": "2.12.7", "description": "Connect and add a page to your ruttl project.", "icons": { "16": "images\/ruttl-icon-16.png", "32": "images\/ruttl-icon-32.png", "48": "images\/ruttl-icon-48.png", "128": "images\/ruttl-icon-128.png" }, "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_popup": "popup.html", "default_title": "Ruttl" }, "externally_connectable": { "matches": [ "https:\/\/*.ruttl.com\/*" ] }, "host_permissions": [ " |