Astro

Astro is PwC's executive concierge. Astro is ready to help run your day and enhance your productivity.

Astroคืออะไร?

Astro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PwC US และคุณลักษณะหลักของมันคือ "Astro is PwC's executive concierge. Astro is ready to help run your day and enhance your productivity."

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

screenshot
screenshot

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

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

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

                        By integrating with the firm’s systems, Astro is ready to help you run your day and enhance your productivity. With a simple voice or text request, you can:

Manage Your Day
“When is my next meeting with Isa Morales?”

Track Your Time
“Enter time for today.”

View Your Benefits
“What is my vacation balance?”

Track Your Goals
“How am I doing against my revenue goals?”

Get Client Insights
“Who at PwC has the strongest relationship with Coca-Cola?”

You can interact with Astro on your phone or computer - using text, voice and touch. This is Your Tomorrow coming to life.                    

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

ชื่อ Astro Astro
ID keibmolmaeiahiahfgenlaidmokmfcfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/astro/keibmolmaeiahiahfgenlaidmokmfcfm
คำอธิบาย Astro is PwC's executive concierge. Astro is ready to help run your day and enhance your productivity.
ขนาดไฟล์ 344 KB
จำนวนการติดตั้ง 96,544
เวอร์ชันปัจจุบัน 1.21
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2020-11-05
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา PwC US
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://astro.pwc.com
URL หน้านโยบายความเป็นส่วนตัว https://www.pwc.com/us/en/site/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Astro",
    "environment": "Prod",
    "version": "1.21",
    "description": "Astro is PwC's executive concierge. Astro is ready to help run your day and enhance your productivity.",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": ".\/assets\/128x128.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'",
    "permissions": [
        "tabs",
        "https:\/\/astro.pwc.com\/*",
        "notifications",
        "identity",
        "identity.email",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pwc.com\/*",
                "https:\/\/*.qd.pwcinternal.com\/*"
            ],
            "js": [
                "qlscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.pwc.com\/*",
                "https:\/\/*.qd.pwcinternal.com\/*",
                "https:\/\/sites.google.com\/*",
                "https:\/\/pwceur.sharepoint.com\/*",
                "https:\/\/*.pwcinternal.com\/*",
                "https:\/\/*.gstatic.com\/* ",
                "https:\/\/*.googleusercontent.com\/*",
                "https:\/\/pwc.sharepoint.com\/*",
                "https:\/\/*.pwcglb.com\/*"
            ],
            "js": [
                "astro_chatbot.js"
            ],
            "css": [
                "astro_chatbot.css"
            ]
        }
    ],
    "icons": {
        "16": ".\/assets\/16x16.png",
        "48": ".\/assets\/48x48.png",
        "128": ".\/assets\/128x128.png"
    },
    "web_accessible_resources": [
        "assets\/fonts\/*",
        "assets\/svg\/drop.svg"
    ]
}