Ruttl
Connect and add a page to your ruttl project.
Ruttl क्या है?
Ruttl https://ruttl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect and add a page to your ruttl project."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ruttl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |