Astro

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

Astro란 무엇입니까?

Astro은(는) PwC US에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Astro is PwC's executive concierge. Astro is ready to help run your day and enhance your productivity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Astro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    ]
}