GeoEdge

View geo-specific content easily using GeoEdge.

Cos'è GeoEdge?

GeoEdge è un'estensione di Chrome sviluppata da GeoEdge, e la sua funzione principale è "View geo-specific content easily using GeoEdge.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GeoEdge

Scarica i file di estensione GeoEdge in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        GeoEdge, the world’s largest, fastest and most reliable premium proxy solution.

One click and you’re global!‎ GeoEdgePro proxy toolbar is the fastest and easiest way to view, monitor and analyze geo-targeted content and ads in over 210 geo-locations and mobile carriers in real-time. It includes functionality to see the foreign content as it would appear on mobile devices in that geo-location or mobile carrier.


• See content as it is displayed locally from 160+ global locations and over 45 mobile operators

• View geo-targeted ads, campaigns and search results

• Track competitors' geo-targeted activity

• QA your geo-targeted site and banners (locations, cookies, catches, user agent behavior etc.)


GeoEdgePro Proxy Advantages:

• Largest Premium Proxy Network - over 160 global locations, including 59 major US DMAs and European cities

• More than 45 mobile carriers to view operator-targeted ad campaigns

• High-Performance Servers - fast, reliable, instant and secure access to web content globally

• Quality Service - unmasked servers that are physically located all over the world

• Unmatched Reliability - redundancy mechanisms ensure 99.9% network availability

• Quick and Easy To Use - select a location from drop-down menu and view local content ‎instantly

• Committed to Your Privacy - advanced encryption technology and protected servers

PRIVACY POLICY:
https://www.geoedge.com/privacy-policy                    

Informazioni di Base sull'Estensione

Nome GeoEdge GeoEdge
ID ceiephhhfaockiigbdgihcngnaamdcll
URL Ufficiale https://chromewebstore.google.com/detail/geoedge/ceiephhhfaockiigbdgihcngnaamdcll
Descrizione View geo-specific content easily using GeoEdge.
Dimensione del File 1.93 MB
Conteggio Installazioni 10,413
Versione Corrente 3.5.8
Ultimo Aggiornamento 2024-02-01
Data di Pubblicazione 2020-06-11
Valutazione 4.22/5 Totale 18 Valutazioni
Sviluppatore GeoEdge
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.geoedge.com/
URL della Pagina della Politica sulla Privacy https://pangeopro.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "themes\/geoedge\/images\/icon-19.png",
        "default_popup": "themes\/geoedge\/login.html",
        "default_title": "GeoEdge"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/geoedge.js",
                "js\/utils.js",
                "js\/prefs.js",
                "js\/log.js",
                "js\/locale.js",
                "js\/widgets.js",
                "js\/widget.adtxt.js",
                "js\/widget.redirectscout.js",
                "js\/widget.quickswitch.js",
                "themes\/geoedge\/js\/strings.js",
                "js\/platform-chrome.js",
                "js\/platform-firefox.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "View geo-specific content easily using GeoEdge.",
    "homepage_url": "https:\/\/www.geoedge.com\/",
    "icons": {
        "128": "themes\/geoedge\/images\/icon-128.png",
        "16": "themes\/geoedge\/images\/icon-16.png",
        "32": "themes\/geoedge\/images\/icon-32.png",
        "48": "themes\/geoedge\/images\/icon-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC28oRi7nLHuG8qLVFzbx41yD9cDeyPdCDXufV2lkKf\/Tar3gVjxtEhN0AGmolin3SeDLsIQTn8DkwvW1e8Iz8CJKm9CFFrRKCOSUQpOPp2PPkim3ReLIdJMhbRsa40avVTniC8RmAXHtjH4AJ9KXTeAlCU0zfzl5Ll7Dh\/pvFedQIDAQAB",
    "manifest_version": 2,
    "minimum_chrome_version": "19",
    "name": "GeoEdge",
    "options_ui": {
        "browser_style": false,
        "page": "themes\/geoedge\/options.html"
    },
    "permissions": [
        "",
        "tabs",
        "proxy",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "browsingData",
        "cookies",
        "notifications",
        "management",
        "storage",
        "privacy"
    ],
    "version": "3.5.8",
    "web_accessible_resources": [
        "*"
    ]
}