DrumUp
Content marketing and news tracking
DrumUp क्या है?
DrumUp https://drumup.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Content marketing and news tracking"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DrumUp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |