Meetin.gs

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

Cos'è Meetin.gs?

Meetin.gs è un'estensione di Chrome sviluppata da http://meetin.gs, e la sua funzione principale è "Meetin.gs is a cloud-based meeting organizer for running awesome business meetings.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Meetin.gs

Scarica i file di estensione Meetin.gs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Meetin.gs Meetin.gs
ID ldffgpimdekofmdnmejbpmhlepmpnoff
URL Ufficiale https://chrome.google.com/webstore/detail/meetings/ldffgpimdekofmdnmejbpmhlepmpnoff
Descrizione Meetin.gs is a cloud-based meeting organizer for running awesome business meetings.
Dimensione del File 66.87 KB
Conteggio Installazioni 1,000
Versione Corrente 1.4
Ultimo Aggiornamento 2013-09-10
Data di Pubblicazione 2013-09-10
Valutazione 4.72/5 Totale 18 Valutazioni
Sviluppatore http://meetin.gs
Tipo di Pagamento free
Sito Web dell'Estensione http://chrome.meetin.gs
URL della Pagina di Aiuto http://getsatisfaction.com/meetings
Lingue Supportate 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\/*"
    ]
}