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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Ruttl扩展crx文件

下载Ruttl扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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": [
        "",
        "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"
}