DrumUp

Content marketing and news tracking

DrumUpคืออะไร?

DrumUp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://drumup.io และคุณลักษณะหลักของมันคือ "Content marketing and news tracking"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DrumUp

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}