Pinstriped meeting

Schedule Pinstriped meetings from your Google Calendar

Pinstriped meetingคืออะไร?

Pinstriped meeting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pinstriped.com และคุณลักษณะหลักของมันคือ "Schedule Pinstriped meetings from your Google Calendar"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Pinstriped meeting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Pinstriped is the easy way to prepare and run successful meetings.

With the Pinstriped Chrome Extension, you can easily create new meetings in Pinstriped, right from your Google Calendar.

Now, you don't need to import meetings into Pinstriped; they'll automatically appear there, just by clicking the Pinstriped button in Google Calendar when creating a new event.

Pinstriped is focused on helping you prepare, run, and follow up on your meetings, and preparation just got a whole lot easier with the Pinstriped Chrome Extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pinstriped meeting Pinstriped meeting
ID fpkblaebgpaefagcaklfioaimplnfjoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pinstriped-meeting/fpkblaebgpaefagcaklfioaimplnfjoj
คำอธิบาย Schedule Pinstriped meetings from your Google Calendar
ขนาดไฟล์ 190 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.6.2
อัปเดตครั้งล่าสุด 2019-10-30
วันที่เผยแพร่ 2019-10-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://pinstriped.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://help.pinstriped.com
URL หน้านโยบายความเป็นส่วนตัว https://pinstriped.com/policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pinstriped meeting",
    "version": "1.6.2",
    "default_locale": "en",
    "description": "Schedule Pinstriped meetings from your Google Calendar",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "author": {
        "name": "Ejaz Bawasa",
        "email": "[email protected]"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Pinstriped"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/config.js",
            "libs\/psgm.js",
            "libs\/server.js"
        ]
    },
    "permissions": [
        "identity",
        "https:\/\/pinstriped.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/calendar.google.com\/*",
                "https:\/\/calendar.google.com\/*"
            ],
            "css": [
                "tailwind.css"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}