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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*"
    ]
}