Ruttl

Connect and add a page to your ruttl project.

¿Qué es Ruttl?

Ruttl es una extensión de Chrome desarrollada por https://ruttl.com, y su función principal es "Connect and add a page to your ruttl project.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Ruttl

Descarga archivos de extensión Ruttl en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Ruttl Ruttl
ID doecfodblgfnjmmphbedjgllipnbgbld
URL Oficial https://chromewebstore.google.com/detail/ruttl/doecfodblgfnjmmphbedjgllipnbgbld
Descripción Connect and add a page to your ruttl project.
Tamaño del Archivo 692 KB
Cantidad de Instalaciones 2,270
Versión Actual 2.12.7
Última Actualización 2023-10-20
Fecha de Publicación 2022-05-31
Calificación 4.78/5 Total de 18 Calificaciones
Desarrollador https://ruttl.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ruttl.com
URL de la Página de Política de Privacidad https://ruttl.com/privacy-policy
Idiomas Soportados 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": [
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*",
                "\/fonts\/*",
                "\/styles\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "author": "Ruttl",
    "offline_enabled": false,
    "minimum_chrome_version": "88"
}