Copilot Satellite

Xaxis’ Copilot Satellite has been launched into orbit.

Copilot Satelliteคืออะไร?

Copilot Satellite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xaxis-copilot-satellite และคุณลักษณะหลักของมันคือ "Xaxis’ Copilot Satellite has been launched into orbit."

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

screenshot
screenshot
screenshot

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

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

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

                        Primary mission: make programmatic media trading less tedious and more strategic for Copilot users. 

Copilot is the proprietary AI technology boosting digital media optimization across display, video, and audio campaigns running with Xaxis. Copilot Satellite is purpose-built to revolve around the Copilot user, with contextual awareness of Xaxis trader actions for surfacing relevant suggestions, and maximizing the value of their time by:

  - Seamlessly linking from DSP pages to the Copilot UI

  - Providing status indicators of Copilot activation

  - Notifying users when Copilot Strategies can be appended or errors arise

Copilot Satellite offers a smart-assist to programmatic ad trading. For more information on Copilot optimization please visit our website: https://www.xaxis.com/artificial-intelligence/                    

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

ชื่อ Copilot Satellite Copilot Satellite
ID kbgkcgpcbncnippebglbeidkbmmfpefj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/copilot-satellite/kbgkcgpcbncnippebglbeidkbmmfpefj
คำอธิบาย Xaxis’ Copilot Satellite has been launched into orbit.
ขนาดไฟล์ 12.34 MB
จำนวนการติดตั้ง 584
เวอร์ชันปัจจุบัน 4.1.1.0
อัปเดตครั้งล่าสุด 2024-01-19
วันที่เผยแพร่ 2020-06-01
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา xaxis-copilot-satellite
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.xaxis.com/artificial-intelligence/
URL หน้านโยบายความเป็นส่วนตัว https://github.com/xaxis-code/satellite-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copilot Satellite",
    "version": "4.1.1.0",
    "description": "Xaxis\u2019 Copilot Satellite has been launched into orbit.",
    "permissions": [
        "activeTab",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.xaxisdemand.com\/",
        "*:\/\/*.copilot-aws.com\/",
        "*:\/\/*.copilot.ai\/",
        "*:\/\/*.thetradedesk.com\/",
        "*:\/\/displayvideo.google.com\/",
        "*:\/\/advertising.amazon.com\/",
        "*:\/\/advertising.amazon.co.uk\/",
        "*:\/\/*.xaxis.com\/",
        "*:\/\/*.doubleverify.com\/",
        "*:\/\/*.integralplatform.com\/",
        "*:\/\/*.sizmek.com\/",
        "*:\/\/*.google.com\/dfa\/*",
        "*:\/\/*.audiotrack.co.uk\/",
        "*:\/\/groupmuk-radia.mediaocean.com\/",
        "*:\/\/*.salesforce.com\/",
        "*:\/\/*.visual.force.com\/",
        "*:\/\/*.powerbi.microsoft.com\/",
        "*:\/\/site.adform.com\/",
        "*:\/\/*.beamweb.net\/",
        "*:\/\/*.podio.com\/",
        "*:\/\/*.alexa.com\/",
        "*:\/\/*.similarweb.com\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.thetradedesk.com\/*",
                "*:\/\/displayvideo.google.com\/*",
                "*:\/\/advertising.amazon.com\/*",
                "*:\/\/advertising.amazon.co.uk\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "notification.css",
                "images\/regular.ico",
                "images\/logo_favicon.svg",
                "images\/lightbulb.svg",
                "images\/linkout.svg",
                "images\/X.svg",
                "images\/login.ico",
                "images\/plus.svg",
                "images\/support.svg",
                "images\/wiki.svg",
                "images\/feedback.svg",
                "images\/back-arrow.svg",
                "images\/success.svg",
                "images\/settings.svg",
                "images\/tooltip_outline.svg",
                "images\/tooltip-outline-grey-small.svg",
                "semantic\/dist\/components\/dimmer.min.css",
                "semantic\/dist\/components\/loader.min.css",
                "images\/link_out_icon_blue.svg",
                "images\/link_out_icon_eligible.svg",
                "images\/link_out_icon_red.svg",
                "images\/yellow-warning-sign.svg",
                "images\/red-exclamation-triangle-outline.svg",
                "semantic\/dist\/components\/popup.min.css",
                "semantic\/dist\/components\/input.min.css",
                "semantic\/dist\/components\/dropdown.min.css",
                "font\/*"
            ],
            "matches": [
                "*:\/\/*.thetradedesk.com\/*",
                "*:\/\/displayvideo.google.com\/*",
                "*:\/\/advertising.amazon.com\/*",
                "*:\/\/advertising.amazon.co.uk\/*"
            ]
        }
    ],
    "manifest_version": 3
}