Basis Assistant

Basis Assistant strengthens written documentation for media planning management.

Basis Assistant란 무엇입니까?

Basis Assistant은(는) Basis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Basis Assistant strengthens written documentation for media planning management."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Basis Assistant is an industry-first platform to help media teams keep a history of performance optimizations. 

Designed from the ground up for remote work - Basis Assistant shares context with teammates effortlessly, enables asynchronous communication, and lives within the tools marketers are using to fulfill media campaigns - saving valuable screen real estate.

Basis Assistant is a browser extension that allows its user to capture updates within any digital advertising platform and tie them back to a Basis campaign. Surpassing the capabilities of manual optimization logging methods, Basis Assistant captures information automatically from the tool that a marketer is working in - reducing the effort to capture an update to a single field.

 How it works 
-Install the extension in your browser 
-Connect your Basis account 
-Authorize any other platforms  

 Recording campaign changes 
-Open Basis Assistant 
-Choose a campaign  
-Write an update 

All notes are organized as threads that show the author of the change, as well as the time and location where it took place – these can be downloaded as CSV files. Logs are accessible to anyone in your team who have also installed Basis Assistant and have access to the same campaigns you do. 

By installing the app, you agree Centro’s terms and conditions: http://privacy.centro.net/ 

Basis is the most comprehensive and automated digital media platform in the industry. It is a #1-ranked DSP powered by artificial intelligence, workflow automation, messaging and collaboration, universal reporting and analytics, and business intelligence. Learn more: http://www2.centro.net/basis.                    

확장 프로그램 기본 정보

이름 Basis Assistant Basis Assistant
ID dkhcgpndjeimgbhpmmhlamniccnkldmj
공식 URL https://chromewebstore.google.com/detail/basis-assistant/dkhcgpndjeimgbhpmmhlamniccnkldmj
설명 Basis Assistant strengthens written documentation for media planning management.
파일 크기 578 KB
설치 횟수 297
현재 버전 1.12.1
최근 업데이트 2022-10-27
출시 날짜 2020-07-14
평점 5.00/5 총 4 개의 평점
개발자 Basis
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.centro.net/solutions/basis/basis-assistant
도움말 페이지 URL https://basis-production-helpdocs.s3.amazonaws.com/master_buyer/Basis_Assistant/Basis_Assistant.htm
개인정보 보호 정책 페이지 URL https://privacy.centro.net
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Basis Assistant",
    "version": "1.12.1",
    "browser_action": [],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "description": "Basis Assistant strengthens written documentation for media planning management.",
    "icons": {
        "128": "basis-assistant-icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/content.css",
        "\/extra.css",
        "\/client\/*",
        "\/BasisAssistant_wte_logo.svg",
        "\/basis-assistant-icon.png",
        "\/logo-light.svg",
        "\/earth.svg"
    ],
    "permissions": [
        "",
        "storage",
        "identity",
        "tabs",
        "downloads",
        "notifications"
    ]
}