ProxyPony ToolBar

Mobile Carrier Proxies

Apa itu ProxyPony ToolBar?

ProxyPony ToolBar adalah ekstensi Chrome yang dikembangkan oleh Evina, dan fitur utamanya adalah "Mobile Carrier Proxies".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi ProxyPony ToolBar

Unduh file ekstensi ProxyPony ToolBar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The all new ProxyPony plugin for Chrome allows you to access mobile carrier & region specific content (ads, landing pages, websites, etc) from your desktop as if you were in that region.

Functionalities include:
    o Selection of a proxy from a list of worldwide mobile carriers and use of it in Chrome.
    o Selection of a user-agent from a list of terminals and replacement of the user-agent of Chrome.
    o Auto-adaptation of the language to the region of the mobile carrier proxy you are using.

What you can accomplish with this plugin:
    o Competition analysis
    o Compliance tests
    o Functional tests for services using Direct Carrier Billing (DCB)
    o Threat analysis and security breach detection

This plugin is aimed for:
    o Performance Networks & Media Buyers
    o Mobile Advertisers
    o Ad Agencies
    o Services & Applications developers
    o Internet Security Companies

NB: In order to access & use this plugin, you need to have an account registered with ProxyPony. If you do not, please visit our website and ask for a quotation.

------------------------------------------

What changed in Version 1.0.13 : 
   o Correction of a display bug of the main menu (for MacOS users)
   o Correction of a cache issue which didn’t allow users to change accounts 

What changed in Version 1.0.14 :
   o The navigator's user-agent is also updated when selecting devices
   o Proxies status is refreshed when click on networks

What changed in version 1.0.17 :
   o Proxies downspeed is displayed in Mbit/s
   o Proxies status is displayed with red/green icons

What changed in version 1.0.18 :
   o Bug fixes when used on Linux/Unix

What changed in version 1.0.21 :
   o Fix AuthRequired chrome Event handling
   o Use evina's webpage for test connection tab                    

Informasi Dasar Ekstensi

Nama ProxyPony ToolBar ProxyPony ToolBar
ID gakmhfkhimfndankmbbbkidoieogffcj
URL Resmi https://chrome.google.com/webstore/detail/proxypony-toolbar/gakmhfkhimfndankmbbbkidoieogffcj
Deskripsi Mobile Carrier Proxies
Ukuran File 493 KB
Jumlah Instalasi 169
Versi Saat Ini 1.0.21
Terakhir Diperbarui 2020-11-27
Tanggal Publikasi 2020-04-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Evina
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.proxypony.com/
URL Halaman Bantuan http://www.proxypony.com/
Bahasa yang Didukung en
manifest.json
{
    "background": {
        "page": "ProxyPony\/Toolbar\/Pages\/Background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "ProxyPony\/Toolbar\/Images\/ProxyPony-48x48-Disconnected.png",
        "default_popup": "ProxyPony\/Toolbar\/Pages\/Popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Mobile Carrier Proxies",
    "icons": {
        "128": "ProxyPony\/Toolbar\/Images\/ProxyPony-128x128-Colored.png",
        "16": "ProxyPony\/Toolbar\/Images\/ProxyPony-16x16-Colored.png",
        "48": "ProxyPony\/Toolbar\/Images\/ProxyPony-48x48-Colored.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr2NCWD88yRvpIoI4zDJYqmXZk+lLEPXFYDFWmBJRl1H6LzWhXx2dzJHiUO\/KqoBVIeBILRPA7LQs5EddC+k6yuyQp01gelxZsqnuRgkjc7GH7XdHDsI\/QKpr6v8D2hsNpWFny8yod0cRdgD3+I77gJ1H\/WRJ+JE4iM8D9g+3ylsGuNGS8sISxAYbrQstLPkNa+BFSaiU+qqs5BFQ1cm6TDuRJZACAb2gxKLGdFWi2s88NkEAblBfhZeB0CmqoXptoUBYTWNnsso8Fgwcu9feIYfMUzXpD1V0gofj4PrVV9SSTI8r2RsVXtMQuqd0GX6XTG0aPx8iA3g5C1hLtEF4CwIDAQAB",
    "manifest_version": 2,
    "name": "ProxyPony ToolBar",
    "options_page": "ProxyPony\/Toolbar\/Pages\/Options.html",
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "idle",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "browsingData",
        "proxy"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.21"
}