Document360

Knowledge Base Platform, Engineered for Growing Companies

Document360 क्या है?

Document360 document360.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Knowledge Base Platform, Engineered for Growing Companies"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Document360 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        One-touch knowledge base access on your Chrome browser 

Document360 is a cloud-based help desk solution that enables users in businesses across various industries to create, maintain, collaborate, and publish self-service knowledge bases for their products or services. The knowledge management side of features include Help authoring tools (HAT), version control and localization, centralized cloud-based storage drive, guided problem solving, analytics, discussion boards, product cataloguing, and more. 

Now with the Document360 Google Chrome extension, anyone from your organization with access to API key can look-up content from your knowledge base in your browser anytime, anywhere.  

If you haven't checked Document360 Knowledge base solution, it's time to sign-up for the 14 days trial (if you are not a customer) and give it a spin.   
 
The core purposes of Document360 is to create simple knowledge base solutions for  

★ Technical documentation  
★ Product help docs and user guides 
★ Frequently Asked Questions (FAQs) 
★ Internal Knowledge Base 
★ Standard Operating Procedures (SOPs)  

Document360 Extension Highlights 
★ Easily integrate Document360 knowledge base with API key 
★ Access to all categories, sub-categories and articles 
★ Dynamic launch label on page with left or right custom placement 
★ Top articles listed based on past search preferences 
★ Filter search results based on keywords in article titles 
★ Clipboard icon to easily copy the article link 
★ Easy reader view with partial full-screen option 
 
Document360 Feature Highlights 
★ Product documentation with hierarchy-based (categories) structure 
★ Built-in editors like markdown and WYSIWYG (HTML) 
★ Powerful and intuitive knowledge base search 
★ Localization and versioning with multilingual content support 
★ Storage for all knowledge base files in a centralized Drive 
★ Support multiple third-party extension and integration                    

एक्सटेंशन की मूल जानकारी

नाम Document360 Document360
ID lifhmbmenhhiolpbbahnjicckcnnophl
आधिकारिक URL https://chromewebstore.google.com/detail/document360/lifhmbmenhhiolpbbahnjicckcnnophl
विवरण Knowledge Base Platform, Engineered for Growing Companies
फ़ाइल का आकार 149 KB
स्थापना संख्या 1,318
वर्तमान संस्करण 1.8
अंतिम अपडेट 2022-08-29
प्रकाशन तिथि 2020-09-21
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर document360.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://document360.io
सहायता पृष्ठ URL https://document360.io/contact-us/
गोपनीयता नीति पृष्ठ URL https://document360.io/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Document360",
    "description": "Knowledge Base Platform, Engineered for Growing Companies",
    "version": "1.8",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "optional_host_permissions": [
        "https:\/\/apihub.document360.io\/v1\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "Document360"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "\/logo.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/widget.js",
                "dist\/widget-button.js",
                "dist\/widget-body.js",
                "dist\/widget-option.js",
                "dist\/jquery.js",
                "dist\/mCustomScrollbar.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}