DrumUp

Content marketing and news tracking

Qu'est-ce que DrumUp ?

DrumUp est une extension Chrome développée par https://drumup.io, et sa fonction principale est "Content marketing and news tracking".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DrumUp

Téléchargez les fichiers d'extension DrumUp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        When you're browsing the web, DrumUp shows you content related to what you're reading and lets you share it easily. It is a social media manager that discovers the coolest and the most relevant content from around the web for you to read and share with your social followers.                    

Informations de Base sur l'Extension

Nom DrumUp DrumUp
ID hdbkcjlhppelfoljjhfkgaeffmamkmcb
URL Officiel https://chromewebstore.google.com/detail/drumup/hdbkcjlhppelfoljjhfkgaeffmamkmcb
Description Content marketing and news tracking
Taille du Fichier 267 KB
Nombre d'Installations 2,460
Version Actuelle 0.0.0.32
Dernière Mise à Jour 2021-06-16
Date de Publication 2017-12-18
Évaluation 4.65/5 Total 26 Évaluations
Développeur https://drumup.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://drumup.io/
URL de la Page d'Aide https://drumup.io/contact
URL de la Page de Politique de Confidentialité https://drumup.io/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DrumUp",
    "version": "0.0.0.32",
    "author": "DrumUp.io",
    "manifest_version": 2,
    "description": "Content marketing and news tracking",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "drumup_twitter.js"
            ],
            "css": [
                "drumup_twitter.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/side_drum_light.png",
        "default_title": "DrumUp",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js",
            "js\/jquery.min.js",
            "js\/bootstrap.min.js"
        ]
    },
    "web_accessible_resources": [
        "images\/icon_color.png"
    ]
}