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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://drumup.io/contact
عنوان صفحة سياسة الخصوصية 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"
    ]
}