Meltwater Extension

A simple way to tag or add content to your Meltwater account.

Τι είναι το Meltwater Extension;

Το Meltwater Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Meltwater, και η κύρια λειτουργία του είναι "A simple way to tag or add content to your Meltwater account.".

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

screenshot

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

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

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

                        Overview 

As a Meltwater customer, you can quickly add and organize web content directly into your account, including news articles and social media posts. With one click, add earned media wins, commentary from subscribed newsletters, industry reports, or competitive intelligence into your Meltwater account. Ensure your reports include all pertinent content by adding links directly to your Meltwater searches.

How it works: 
- Anytime you come across a piece of content online that you’d like to add to your Meltwater account, you can easily do so by clicking on the extension icon on your Google Chrome toolbar. 

- Assign the content to one or more saved searches in order to include it in a report or a newsletter for your stakeholders. If you already use tags to organize content, you can also apply tags directly from the Chrome extension.

- Key content fields are pre-filled (e.g., title, description, author name), but you can customize them as necessary. For instance, to spotlight an executive quote, simply copy it into the "Description" field, and it will appear in Meltwater.

-Please note: there may be a slight delay before your content is visible in your Meltwater account.  

How to install: 
1. Click “add to chrome.” 
2. You can then find the extension by clicking on the puzzle piece icon in the top right corner of your browser’s toolbar.
3. Click the “pin” icon to keep the extension visible and easy to access. 

Make sure nothing slips through the cracks and capture the full impact of your PR efforts.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Meltwater Extension Meltwater Extension
ID diifcbhhodecmbglfjdgpfdamonhlcbd
Επίσημο URL https://chromewebstore.google.com/detail/meltwater-extension/diifcbhhodecmbglfjdgpfdamonhlcbd
Περιγραφή A simple way to tag or add content to your Meltwater account.
Μέγεθος Αρχείου 1.34 MB
Αριθμός Εγκαταστάσεων 8,100
Τρέχουσα Έκδοση 4.1.5
Τελευταία Ενημέρωση 2023-10-11
Ημερομηνία Δημοσίευσης 2022-09-19
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής Meltwater
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://app.meltwater.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.meltwater.com/en/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meltwater Extension",
    "version": "4.1.5",
    "description": "A simple way to tag or add content to your Meltwater account.",
    "permissions": [
        "activeTab",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sidePanel.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "login.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "meltwaterIcon.png",
        "32": "meltwaterIcon.png",
        "48": "meltwaterIcon.png",
        "128": "meltwaterIcon.png"
    },
    "manifest_version": 3
}