Secure Wordpress Admin for VPN

Allows secure login to Wordpress via remote VPN or Amazon Web Services

What is Secure Wordpress Admin for VPN?

Secure Wordpress Admin for VPN is a Chrome extension developed by Get on Social, and its main feature is "Allows secure login to Wordpress via remote VPN or Amazon Web Services".

Extension Screenshots

screenshot

Download Secure Wordpress Admin for VPN Extension CRX File

Download Secure Wordpress Admin for VPN extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Secure Wordpress Admin for VPN Secure Wordpress Admin for VPN
ID feojgnhagmekcjbimbbgbdfiffigokbo
Official URL https://chromewebstore.google.com/detail/secure-wordpress-admin-fo/feojgnhagmekcjbimbbgbdfiffigokbo
Description Allows secure login to Wordpress via remote VPN or Amazon Web Services
File Size 16.32 KB
Installation Count 187
Current Version 2.3
Last Updated 2013-05-01
Publish Date 2013-05-01
Rating 3.83/5 Total 12 Ratings
Developer Get on Social
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.getonsocial.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secure Wordpress Admin for VPN",
    "version": "2.3",
    "description": "Allows secure login to Wordpress via remote VPN or Amazon Web Services",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.wordpress.org\/*",
        "*:\/\/*.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "background-ck.js"
        ]
    },
    "icons": {
        "16": "lock-16.png",
        "48": "lock-48.png",
        "128": "lock-128.png"
    },
    "manifest_version": 2
}