Aster - Prepare your meetings efficiently

With Aster take more decisions in meetings, and give them all their meaning!

Aster - Prepare your meetings efficientlyคืออะไร?

Aster - Prepare your meetings efficiently เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Entrup และคุณลักษณะหลักของมันคือ "With Aster take more decisions in meetings, and give them all their meaning!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Aster - Prepare your meetings efficiently

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

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

                        Aster is a collaborative software for taking, structuring and visualizing notes for effective strategic meetings and a better follow-up of actions and decisions.
 
With Aster take more decisions in meetings, and give them all their meaning!
Aster's extension allows you to 
 - take notes at any time from your browser and send them to your Aster meeting space
 - create your Aster meetings directly from Google Agenda

Your meeting is easily prepared and you don't loose any information.

Aster intervenes in the 3 stages of a ritual.
The preparation of the meeting is collaborative and mostly automated directly from Google Chrome. From one occurrence to the next, Aster smartly sorts the elements to be kept or archived. Among our current users, 55% of meetings are prepared automatically. Thanks to roles defined in advance, Aster maximizes the contribution of the group. For example, at Riverdale, 90% of the meeting is prepared by the participants.


Animation is fluid and rhythmic. The meeting is structured and framed thanks to the preparation. Everyone arrives ready and all relevant information is centralized. The facilitator doesn't have to play all the roles since each participant can co-edit live directly from Aster. Time control is ensured with a timer associated with each topic. Thanks to Aster, the Chief Data Officer of Suez makes 3 times more decisions in meetings.


As soon as the meeting is over, the report is ready to be sent in one click according to each person's accreditation. The action lists are customized and their follow-up is industrialized. Then, the manager has access to a consolidated view of all the actions.
Overall, Aster saves time before, during and after the meeting and reduces the mental burden. Tessi's COO reduced the time spent in meetings by one third and saved 10 working days by preparing and structuring his meetings with Aster.

We make effective committees, team meetings, 1-1 and the performance management of our 5000 users among our customers such as Air Liquide, Lagardère, MAIF, Michelin, BRED, Roche...

Today, Aster is a valuable ally for hybrid groups, perfectly suited to their delocalized conditions.

To know more go on: https://asterapp.co/                    

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

ชื่อ Aster - Prepare your meetings efficiently Aster - Prepare your meetings efficiently
ID bdicmekepbhnpgpohfdbehlmlpefcjkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/aster-prepare-your-meetin/bdicmekepbhnpgpohfdbehlmlpefcjkh
คำอธิบาย With Aster take more decisions in meetings, and give them all their meaning!
ขนาดไฟล์ 1.63 MB
จำนวนการติดตั้ง 327
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2020-06-03
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Entrup
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://asterapp.co
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "short_name": "Aster",
    "description": "__MSG_application_description__",
    "version": "4.0.0",
    "default_locale": "en",
    "action": {
        "default_icon": "favicon.png",
        "default_popup": "index.html#\/messages\/create"
    },
    "offline_enabled": false,
    "host_permissions": [
        "https:\/\/*.asterapp.io\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/*",
                "assets\/js\/*",
                "assets\/fonts\/*",
                "assets\/img\/*",
                "en\/*",
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "assets\/js\/chrome-extension\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/calendar\/r*",
                "https:\/\/calendar.google.com\/calendar\/b\/*\/r*",
                "https:\/\/calendar.google.com\/calendar\/u\/*\/r*"
            ],
            "js": [
                "assets\/js\/chrome-extension\/googleCalendarSidePanel.js",
                "assets\/js\/chrome-extension\/googleCalendarButton.js"
            ],
            "css": [
                "assets\/css\/chrome-extension\/googleCalendarSidePanel.css",
                "assets\/css\/chrome-extension\/googleCalendarButton.css"
            ]
        }
    ]
}