Sell Reqs Tool

Provides tools to make req selling easier

Sell Reqs Tool là gì?

Sell Reqs Tool là một tiện ích mở rộng Chrome được phát triển bởi Sick Tools, và tính năng chính của nó là "Provides tools to make req selling easier".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sell Reqs Tool

Tải xuống các tệp mở rộng Sell Reqs Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sell Reqs Tool Sell Reqs Tool
ID ifnmllpebfhkkpihacgmnpkjflmdajpn
URL Chính Thức https://chrome.google.com/webstore/detail/sell-reqs-tool/ifnmllpebfhkkpihacgmnpkjflmdajpn
Mô tả Provides tools to make req selling easier
Kích Thước Tệp 53.16 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2017-12-13
Ngày Phát Hành 2017-09-10
Đánh Giá 4.89/5 Tổng số 152 Đánh Giá
Nhà Phát Triển Sick Tools
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}