Sell Reqs Tool

Provides tools to make req selling easier

Sell Reqs Tool क्या है?

Sell Reqs Tool Sick Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provides tools to make req selling easier"।

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

screenshot
screenshot
screenshot

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

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

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

                        Provides added tools to sell reqs.  Click on "Toggle Advanced Filter/Sell Reqs" for more advanced filtering and selling options.

Current Features:
  Mass Selling of Reqs
  Advanced Filtering Reqs

Planned Features:
  Sorting Reqs
  Showing Medals Earned
  Filtering and Sorting Medals                    

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

नाम Sell Reqs Tool Sell Reqs Tool
ID ifnmllpebfhkkpihacgmnpkjflmdajpn
आधिकारिक URL https://chrome.google.com/webstore/detail/sell-reqs-tool/ifnmllpebfhkkpihacgmnpkjflmdajpn
विवरण Provides tools to make req selling easier
फ़ाइल का आकार 53.16 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.3.0
अंतिम अपडेट 2017-12-13
प्रकाशन तिथि 2017-09-10
रेटिंग 4.89/5 कुल 152 रेटिंग्स
डेवलपर Sick Tools
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "browser_action": {
        "default_icon": "main_icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.halowaypoint.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Provides tools to make req selling easier",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "name": "Sell Reqs Tool",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.0",
    "web_accessible_resources": [
        "sellReqs.js"
    ]
}