SellerLion - Review & Feedback Tracker

SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place

SellerLion - Review & Feedback Tracker क्या है?

SellerLion - Review & Feedback Tracker sellerlionapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place"।

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

screenshot
screenshot
screenshot

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

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

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

                        Track All Product Reviews for FREE, Track & manage all of your product reviews in just one place. SellerLion extension helps Amazon sellers to increase Store ratting and Product reviews automatically                    

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

नाम SellerLion - Review & Feedback Tracker SellerLion - Review & Feedback Tracker
ID ajobmpflmpjpjiecaccdkghhmfmfdjhl
आधिकारिक URL https://chromewebstore.google.com/detail/sellerlion-review-feedbac/ajobmpflmpjpjiecaccdkghhmfmfdjhl
विवरण SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place
फ़ाइल का आकार 227 KB
स्थापना संख्या 266
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2022-10-20
प्रकाशन तिथि 2021-03-08
डेवलपर sellerlionapp
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://app.sellerlion.com/
सहायता पृष्ठ URL https://app.sellerlion.com#support
गोपनीयता नीति पृष्ठ URL https://www.sellerlion.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "manifest_version": 2,
    "name": "SellerLion - Review & Feedback Tracker",
    "description": "SellerLion Amazon Review & Feedback Service, track & manage all of your product reviews in just one place",
    "short_name": "SellerLion",
    "version": "0.0.7",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/SL_128.png",
        "32": "images\/SL_32.png",
        "48": "images\/SL_48.png"
    },
    "browser_action": {
        "default_icon": "images\/SL_128.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "js\/*",
        "css\/*"
    ],
    "permissions": [
        "notifications",
        "http:\/\/localhost:63791\/*",
        "alarms",
        "cookies",
        "https:\/\/*.sellerlion.com\/*",
        "https:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.co.uk\/*",
        "https:\/\/*.amazon.in\/*",
        "https:\/\/*.amazon.ca\/*",
        "https:\/\/*.amazon.de\/*",
        "https:\/\/*.amazon.co.jp\/*",
        "https:\/\/*.amazon.fr\/*",
        "https:\/\/*.amazon.es\/*",
        "https:\/\/*.amazon.it\/*",
        "https:\/\/*.amazon.ae\/*",
        "https:\/\/*.amazon.com.br\/*",
        "https:\/\/*.amazon.com.mx\/*",
        "https:\/\/*.amazon.com.tr\/*",
        "https:\/\/*.amazon.com.au\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "http:\/\/localhost:63791\/*",
                "https:\/\/*.sellerlion.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.ae\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.mx\/*",
                "https:\/\/*.amazon.com.tr\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "js\/contentscript.js",
                "js\/jquery.min.js",
                "js\/common.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.sellerlion.com\/*"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}