Robin
Robin helps people do their best work by giving everyone the ability to understand, use, and advance their workplace.
什麼是Robin?
Robin是由https://robinpowered.com開發的Chrome擴展程式,該擴展的主要功能是“Robin helps people do their best work by giving everyone the ability to understand, use, and advance their workplace.”。
擴展截圖
下載Robin擴展crx文件
下載Robin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With Robin’s Google Chrome extension, find spaces in your office fast and get your best work done. This is a companion app to Robin, and your company must have an account to set up. From Google Calendar, add a meeting room to a calendar invite with one click using Robin’s smart suggestions based on your location and number of colleagues in the meeting. View more details about each space with a photo and amenities clearly listed so you know what you’re getting when you book a room. And when you’re surfing other websites using Chrome, you can always use Robin's extension shortcut in your browser bar to peek at your schedule for the day or start a new calendar invite and room reservation. A better workplace experience.
擴展基本資訊
名稱 | Robin |
ID | efnpjhfmknnijgcbcophapfgmdmgdjlj |
官方網址 | https://chromewebstore.google.com/detail/robin/efnpjhfmknnijgcbcophapfgmdmgdjlj |
簡介 | Robin helps people do their best work by giving everyone the ability to understand, use, and advance their workplace. |
檔案大小 | 1.37 MB |
安裝次數 | 10,000 |
目前版本 | 4.13.0 |
更新時間 | 2023-02-16 |
上架時間 | 2019-11-27 |
評分 | 3.10/5 共 10 次評分 |
開發者 | https://robinpowered.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://robinpowered.com |
說明頁面URL | https://support.robinpowered.com/hc/en-us/articles/360027528892-Getting-started-Google-extension |
隱私政策頁面URL | https://robinpowered.com/privacy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Robin", "description": "Robin helps people do their best work by giving everyone the ability to understand, use, and advance their workplace.", "version": "4.13.0", "permissions": [ "https:\/\/extensions.robinpowered.com\/*", "storage" ], "background": { "scripts": [ "public\/robin-extensions.google-browser-extension.background.3e5ced0df38da33eb845.js" ] }, "browser_action": { "default_icon": "public\/images\/robin-thumb.png", "default_popup": "public\/popup\/popup.html", "default_title": "Robin" }, "content_scripts": [ { "js": [ "public\/robin-extensions.google-browser-extension.content.ea74ccbc4c5b0b2f0d91.js" ], "css": [ "public\/robin-extensions.google-browser-extension.content.10e310d8334bad2b.css" ], "matches": [ "*:\/\/calendar.google.com\/*", "https:\/\/*.robinpowered.com\/*", "https:\/\/robinpowered.com\/*" ] } ], "icons": { "16": "public\/images\/robin-thumb-16.png", "128": "public\/images\/robin-thumb.png" }, "web_accessible_resources": [ "*images\/*.png", "*.js" ] } |