Mediafly for Chrome
Easily personalize and share content collections via a variety of channels and measure engagement and impact.
Τι είναι το Mediafly for Chrome;
Το Mediafly for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.mediafly.com, και η κύρια λειτουργία του είναι "Easily personalize and share content collections via a variety of channels and measure engagement and impact.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mediafly for Chrome
Λήψη αρχείων επέκτασης Mediafly for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Mediafly users can install Mediafly for Chrome to effortlessly share tailored content collections via social, Gmail, Outreach, leading marketing automation platforms, etc. and collect invaluable usage, engagement, and impact data to understand what content drives revenue in every channel. Mediafly provides one unified sales enablement and content management platform to help sellers and marketers create personalized and engaging content experiences across the entire buyer journey - from the first time a prospective buyer lands on your website through to sale and post-sale. Our clients in industries ranging from CPG to Financial Services to Manufacturing, Media and Entertainment, Health Sciences and Technology leverage the Mediafly platform to improve the sales experience, win more deals, and drive more revenue. Our next-generation sales enablement solution includes: * Enterprise Content Management Software - Easily access, create and share personalized and on-brand content on any device, online or offline * AI-powered Content Hubs - Offer consistent and relevant content experiences in the early, self-guided stages of buyer research, during sales engagements, and post-sale * Interactive Value Selling & ROI Tools - Present powerful visuals, buyer-specific insights, and actionable data to communicate and quantify your value with ROI & TCO calculators, self-assessments, and comparison tools * Interactive Presentation Tools - Use an intuitive drag and drop interface to turn PowerPoint/Google Slides, Word, Excel, PDF, and media files into animated templates that boost buyer engagement * Sales Readiness integrations - Eliminate lengthy sales training and deep-dive boot camps with more effective and agile microlearning modules * Customized Sales Applications - Leverage our Extensions platform to transform the buyer-seller dynamic to create differentiating and engaging buying experiences as unique as your brand * Analytics and Insights - Combine qualitative feedback with quantitative content consumption data to tie content usage directly to revenue Visit www.mediafly.com for more information.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mediafly for Chrome |
ID | kgphhcddchglihkbbnnepmfdmhennkok |
Επίσημο URL | https://chromewebstore.google.com/detail/mediafly-for-chrome/kgphhcddchglihkbbnnepmfdmhennkok |
Περιγραφή | Easily personalize and share content collections via a variety of channels and measure engagement and impact. |
Μέγεθος Αρχείου | 243 KB |
Αριθμός Εγκαταστάσεων | 223 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2022-09-19 |
Ημερομηνία Δημοσίευσης | 2020-11-24 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://www.mediafly.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.mediafly.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.mediafly.com/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mediafly for Chrome", "description": "Easily personalize and share content collections via a variety of channels and measure engagement and impact.", "version": "3.0.0", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "scripting", "storage", "tabs" ], "icons": { "16": "img\/mediafly-icon-16.png", "32": "img\/mediafly-icon-32.png", "48": "img\/mediafly-icon-48.png", "128": "img\/mediafly-icon-128.png" }, "action": { "default_icon": { "16": "img\/mediafly-icon-16.png", "19": "img\/mediafly-icon-32.png", "24": "img\/mediafly-icon-32.png", "32": "img\/mediafly-icon-32.png", "38": "img\/mediafly-icon-48.png" }, "default_popup": "popup.html", "default_title": "Mediafly" }, "web_accessible_resources": [ { "resources": [ "img\/mediafly-icon-128.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/outlook-addon-viewer.mediafly.com\/*" ], "js": [ "js\/content.js" ] } ] } |