GeoEdge

View geo-specific content easily using GeoEdge.

GeoEdgeคืออะไร?

GeoEdge เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GeoEdge และคุณลักษณะหลักของมันคือ "View geo-specific content easily using GeoEdge."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GeoEdge

ดาวน์โหลดไฟล์ส่วนขยาย GeoEdge ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GeoEdge GeoEdge
ID ceiephhhfaockiigbdgihcngnaamdcll
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/geoedge/ceiephhhfaockiigbdgihcngnaamdcll
คำอธิบาย View geo-specific content easily using GeoEdge.
ขนาดไฟล์ 1.93 MB
จำนวนการติดตั้ง 10,413
เวอร์ชันปัจจุบัน 3.5.8
อัปเดตครั้งล่าสุด 2024-02-01
วันที่เผยแพร่ 2020-06-11
คะแนน 4.22/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา GeoEdge
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.geoedge.com/
URL หน้านโยบายความเป็นส่วนตัว https://pangeopro.com/privacy
ภาษาที่รองรับ 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": [
        "*"
    ]
}