Basis Assistant

Basis Assistant strengthens written documentation for media planning management.

Τι είναι το Basis Assistant;

Το Basis Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Basis, και η κύρια λειτουργία του είναι "Basis Assistant strengthens written documentation for media planning management.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Basis Assistant

Λήψη αρχείων επέκτασης Basis Assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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