Robin

Robin helps people do their best work by giving everyone the ability to understand, use, and advance their workplace.

Robinคืออะไร?

Robin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://robinpowered.com และคุณลักษณะหลักของมันคือ "Robin helps people do their best work by giving everyone the ability to understand, use, and advance their workplace."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Robin

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}