Blogely content marketing software
All-in-one content marketing application that helps to grow your business
Blogely content marketing software क्या है?
Blogely content marketing software https://blogely.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All-in-one content marketing application that helps to grow your business"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Blogely content marketing software एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The fastest, easiest, and smartest way to organize content research on the web. Content collection for content creators. Save time and energy researching, creating, managing, editing content, publishing blog articles, newsletter posts, reports, compositions, etc. From content research to completion and everything in between. Produce more, better and faster. Writing good content for blog articles or website copy, etc. requires intensive research and is a tedious process. Blogely takes that hassle away from you. Effortlessly collect online content with references, notes, bookmarks, comments and tags. Keep your research organized, trackable, and easily accessible as you write. About Blogely Blogely is the all-in-one content marketing platform that helps users build and manage their online businesses. Blogely offers the easiest and fastest way on the market to create, collect, organize, enrich, optimize for keywords, schedule, and distribute content across multiple platforms.
एक्सटेंशन की मूल जानकारी
नाम | Blogely content marketing software |
ID | dlnfnioimbgnhpceafnlaibifahminfg |
आधिकारिक URL | https://chromewebstore.google.com/detail/blogely-content-marketing/dlnfnioimbgnhpceafnlaibifahminfg |
विवरण | All-in-one content marketing application that helps to grow your business |
फ़ाइल का आकार | 2.8 MB |
स्थापना संख्या | 2,007 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2021-12-11 |
प्रकाशन तिथि | 2020-04-21 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://blogely.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://blogely.com/ |
सहायता पृष्ठ URL | https://blogely.com/contact/ |
गोपनीयता नीति पृष्ठ URL | https://blogely.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blogely content marketing software", "short_name": "Blogely", "version": "0.1.2", "manifest_version": 2, "description": "All-in-one content marketing application that helps to grow your business", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage", "*:\/\/*.google.com\/*", "cookies", "http:\/\/*\/", "https:\/\/*\/", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "background" ], "content_scripts": [ { "js": [ "\/scripts\/jquery-1.12.4.min.js", "\/scripts\/popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "http:\/\/*.chromiumapp.org\/*" ], "ids": [ "*" ], "accepts_tls_channel_id": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Blogely", "default_popup": "pages\/popup.html" } } |