Meetin.gs

Meetin.gs is a cloud-based meeting organizer for running awesome business meetings.

什麼是Meetin.gs?

Meetin.gs是由http://meetin.gs開發的Chrome擴展程式,該擴展的主要功能是“Meetin.gs is a cloud-based meeting organizer for running awesome business meetings.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Meetin.gs擴展crx文件

下載Meetin.gs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Quickly and easily schedule meetings from within LinkedIn, Gmail, Google Calendar and Highrise with the Meetin.gs Chrome extension.

Meetin.gs is the smartest way to meet, online or face-to-face. Get your business meetings on the cloud, accessible from any device.

Instead of email and phone call hassle, Meetin.gs takes care of finding a suitable time and providing participants a persistent meeting page for communication. The service keeps participants up-to-date and on the same page, synchronizes your calendar and sends beautiful meeting summaries. Meeting timeline and mobile apps provide an easy and quick way to catch up before an important meeting. 

* MEETING TIMELINE * makes it easy to browse past and upcoming meetings and meeting related tasks.

* MEET ME PAGES * enable users to create and publish personalized calendar pages to make it easier to schedule a meeting time. The individually branded page automatically blocks out occupied time slots based on the user’s calendar and allows the meeting location and duration to be pre-defined as well as preferred transit times between meetings.

* MEETING ANALYTICS * for insight into your meeting habits: time spent on meetings, materials & comments shared and number of meetings organized.

* BROWSER EXTENSION * adds a Schedule Meeting button to some of the top business tools and services: LinkedIn, Google Calendar, Gmail, Highrise, with more to be added later. The button allows one to instantly schedule a meeting with all the relevant information extracted from the third party website.

* MOBILE SITE AND APPS * to access meeting information on the go. Users can easily see meeting time, location, participants and view any materials attached to the meeting and even join a Skype conference call.

* USE CASE *

you get an email from a potential customer who wants to meet. Instead of browsing your calendar and manually sending suggestions for meeting times you save everyone's time and click the "Schedule Meeting" button next to the email in Gmail.

The customer will receive a meeting invitation with the ability to pick the available time for an online or face-to-face meeting. Next you approve the meeting invitation, add the agenda and some materials about your products and services and invite your colleagues. Everyone receives a calendar item that will be automatically added to their calendars.

A day before the meeting the parties also receive a reminder email with the meeting agenda and materials attached. During the meeting they can use Meetin.gs to access the meeting materials, take notes and even join the Skype conference call if available. The next day they receive a beautiful meeting minutes and next action points.

Similarly, when you are browsing profiles on LinkedIn you can propose a meeting to any of your contacts without any email hassle. Selling and being organized around business meetings has never been that easy!

* INSTALLATION *

1. Install the extension.
2. A Meetin.gs menu (M) will appear on the right side of the address bar.
3. You can now register/login, organize and manage meetings from the (M) menu.
4. You can quickly schedule a meeting with the Schedule Meeting button by opening an email in Gmail, accessing a calendar item on Google Calendar, browsing a lead on Highrise or viewing a profile on LinkedIn.
5. Support is available on the (M) menu.                    

擴展基本資訊

名稱 Meetin.gs Meetin.gs
ID ldffgpimdekofmdnmejbpmhlepmpnoff
官方網址 https://chrome.google.com/webstore/detail/meetings/ldffgpimdekofmdnmejbpmhlepmpnoff
簡介 Meetin.gs is a cloud-based meeting organizer for running awesome business meetings.
檔案大小 66.87 KB
安裝次數 1,000
目前版本 1.4
更新時間 2013-09-10
上架時間 2013-09-10
評分 4.72/5 共 18 次評分
開發者 http://meetin.gs
付費類型 free
擴展官網 http://chrome.meetin.gs
說明頁面URL http://getsatisfaction.com/meetings
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meetin.gs",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Meetin.gs is a cloud-based meeting organizer for running awesome business meetings.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.linkedin.com\/profile\/view*",
                "*:\/\/*.highrisehq.com\/people\/*",
                "*:\/\/mail.google.com\/mail\/u\/*",
                "*:\/\/www.google.com\/calendar\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/outlook.office365.com\/owa\/*",
                "*:\/\/*.outlook.com\/owa\/*",
                "*:\/\/www.facebook.com\/messages\/*"
            ],
            "js": [
                "jquery.js",
                "base.js",
                "index.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/meetin.gs\/*"
            ],
            "css": [
                "rate.css"
            ],
            "js": [
                "jquery.js",
                "rate.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/button.png",
        "images\/button-linkedin.png",
        "images\/button-calendar.png",
        "images\/button-meetme.png",
        "integrations.js",
        "manifest.json"
    ],
    "permissions": [
        "https:\/\/meetin.gs\/*"
    ]
}