DrumUp

Content marketing and news tracking

什麼是DrumUp?

DrumUp是由https://drumup.io開發的Chrome擴展程式,該擴展的主要功能是“Content marketing and news tracking”。

擴展截圖

screenshot
screenshot
screenshot

下載DrumUp擴展crx文件

下載DrumUp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 DrumUp DrumUp
ID hdbkcjlhppelfoljjhfkgaeffmamkmcb
官方網址 https://chromewebstore.google.com/detail/drumup/hdbkcjlhppelfoljjhfkgaeffmamkmcb
簡介 Content marketing and news tracking
檔案大小 267 KB
安裝次數 2,460
目前版本 0.0.0.32
更新時間 2021-06-16
上架時間 2017-12-18
評分 4.65/5 共 26 次評分
開發者 https://drumup.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://drumup.io/
說明頁面URL https://drumup.io/contact
隱私政策頁面URL https://drumup.io/privacy
支援的語言 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"
    ]
}