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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Robin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Robin
ID efnpjhfmknnijgcbcophapfgmdmgdjlj
공식 URL 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"
    ]
}