Alternative To by SaaSHub

Find the alternative to every software product with a single click.

Alternative To by SaaSHub क्या है?

Alternative To by SaaSHub https://saashub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the alternative to every software product with a single click."।

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

screenshot
screenshot
screenshot

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

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

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

                        Whenever we are considering buying a new product or just researching, knowing what the relevant alternatives are is very important. That’s when this extension can help you. It queries SaaSHub for the top alternatives to the software product you are currently browsing. It is simple, quick and saves you time.

SaaSHub is an independent software marketplace. Its goal is to be objective, unobtrusive and your first stop when researching for a new service to help you grow your business.                    

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

नाम Alternative To by SaaSHub Alternative To by SaaSHub
ID bfllfmelefabahclnehpdocekedapcbj
आधिकारिक URL https://chromewebstore.google.com/detail/alternative-to-by-saashub/bfllfmelefabahclnehpdocekedapcbj
विवरण Find the alternative to every software product with a single click.
फ़ाइल का आकार 818 KB
स्थापना संख्या 344
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-08-18
प्रकाशन तिथि 2019-08-17
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://saashub.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.saashub.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alternative To by SaaSHub",
    "description": "Find the alternative to every software product with a single click.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "offline_enabled": false,
    "permissions": [
        "activeTab",
        "https:\/\/www.saashub.com\/*"
    ]
}