EAuction - BSNL

Auto select mobile numbers on behalf of user.

EAuction - BSNL là gì?

EAuction - BSNL là một tiện ích mở rộng Chrome được phát triển bởi Dhruv Techapps, và tính năng chính của nó là "Auto select mobile numbers on behalf of user.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EAuction - BSNL

Tải xuống các tệp mở rộng EAuction - BSNL 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

                        EAuction - BSNL

Now you can auto bid on multiple mobile numbers on BSNL EAuction 
Lowest value will be selected to bid. 

In Free version you can add only one mobile number.
In PRo version you can add more than one mobile number and it will auto bid on all mobile numbers at same time.

for any issue contact : [email protected]

[Important Information]
☆ We do affiliate program through our extension to get some beer for our developers who worked hard on this extension. This will not record any of your internet activity.

☆ PRIVACY & SECURITY
EAuction does not, has never, and will never transmit any data over the internet. All data remains on your local hard disk drive at all times. However, the data saved by this extension is NOT encrypted, so any data you save remains in the clear, although it will remain on your hard drive and only someone who knows where to look and has physical access to your hard drive would be able to access it.

☆ Terms of Use
Only works on http://eauction.bsnl.co.in/. No guarantee or warranty is given with the use of  this "EAuction" software. The author shall not be held liable for any consequences by its use. Usage of "EAuction" extension means that you agree to these terms                    

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

Tên EAuction - BSNL EAuction - BSNL
ID hmmedbglfaojegchgbmlepnicaonmmbf
URL Chính Thức https://chrome.google.com/webstore/detail/eauction-bsnl/hmmedbglfaojegchgbmlepnicaonmmbf
Mô tả Auto select mobile numbers on behalf of user.
Kích Thước Tệp 63.15 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2021-03-02
Ngày Phát Hành 2019-11-06
Nhà Phát Triển Dhruv Techapps
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://getautoclicker.com/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/assets\/js\/buy.js",
            "util.min.js",
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icons\/icon48.png"
    },
    "config": {
        "databaseURL": "https:\/\/auto-fill-proj.firebaseio.com",
        "sku": "pro.sub.new",
        "tracking_id": "UA-111423401-6",
        "uninstall_url": "https:\/\/goo.gl\/forms\/E2eafz8grBLpP4d22"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "util.min.js",
                "content_scripts.min.js"
            ],
            "matches": [
                "http:\/\/eauction.bsnl.co.in\/*",
                "https:\/\/eauction.bsnl.co.in\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/code.jquery.com\/jquery-3.3.1.slim.min.js https:\/\/stackpath.bootstrapcdn.com\/bootstrap\/4.3.1\/js\/bootstrap.min.js; object-src 'self'",
    "default_locale": "en",
    "description": "Auto select mobile numbers on behalf of user.",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*"
        ]
    },
    "icons": {
        "128": "assets\/icons\/icon128.png",
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAppfDgfLdP04rOWKleW9DM3966RQTsiRXu1eTCjoPLI2Ay5VrLd2x8XbIxa2H35DRqDLz\/ZeguverTx7yji7ym+U8y7tdFoN8V0uKlBE7bK\/ruGBTbc\/iHOKCLPQrbiyh2G5EmJvbTedwJ0F+61TplMS7COojqJ37J1HnD1pdzLF3cAYv2K7ad1ploeNj7hH4w0diY7efEtGGCG8rULvO6zvEV1Ulr4a\/zpphjqOzzQCiLFo6PDzPxuOPNjUhAFmjSG0O1eKQi5rf+qB1P2VbAqO\/1OttoDY0vXGFyFGRBO3HrJiggcqGMX6hx1DiduXrNeQJAD7GUGY+hXZnubqoEQIDAQAB",
    "manifest_version": 2,
    "name": "EAuction - BSNL",
    "optional_permissions": [],
    "options_ui": {
        "open_in_tab": true,
        "page": "options_page\/index.html"
    },
    "permissions": [
        "identity",
        "identity.email",
        "notifications",
        "http:\/\/eauction.bsnl.co.in\/*"
    ],
    "short_name": "EAuction - BSNL",
    "version": "2.2",
    "web_accessible_resources": [
        "assets\/*"
    ]
}