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
公式URL 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
Eメール [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"
    ]
}