WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
ZipWP - Create WordPress Sites in Seconds

ZipWP - Create WordPress Sites in Seconds

View on Chrome Web Store
View ZipWP - Create WordPress Sites in Seconds Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (39 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Build, launch, and manage WordPress sites effortlessly with ZipWP.
Type
Extension
Users
1,000 users
18
ZipWP
View author page of ZipWP
Published
Published on January 15, 2025
Version 0.7.0
Manifest version
3
Updated
Updated on April 10, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View ZipWP - Create WordPress Sites in Seconds Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk3VvoJibLkPCb9ny4sLXfmBFIjPcz4kGatW+acPWQOYhgwsD9gFhK8766fRBFuPw88OBuu8RMbL8vWmNLsx4CmYJoYgnXlRVVht4CuSpKNrBuob\/GZtRjgYqUoLMDm7gDsSdU3Mz42u66mSvW03KxFCD7qiNnDL4DjpDFC\/V0ZklvwlPSQC\/RSa4TLJFK89UWxrKMcT5AGogEP5v7acJt1smRjnM3JUVYp+2hsfEvar\/STqZ3emXc\/8ZFUoHFgbSXZzO36OeArNYNSs+7q6uCfHK9teHSB8qxEngZp+V2aQmB9YsMeB96JXa8ZH\/m7cX+d9OCCxC6gi3bDnqebvQrQIDAQAB",
    "name": "ZipWP - Create WordPress Sites in Seconds",
    "version": "0.7.0",
    "short_name": "ZipWP Launch",
    "description": "Build, launch, and manage WordPress sites effortlessly with ZipWP.",
    "icons": {
        "16": "\/images\/logo-30x30.png",
        "48": "\/images\/logo-48x48.png",
        "128": "\/images\/logo-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/logo-30x30.png",
            "48": "\/images\/logo-48x48.png",
            "128": "\/images\/logo-128x128.png"
        },
        "default_popup": "popup.html",
        "default_title": "ZipWP - Create WordPress Sites in Seconds."
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.wordpress.org\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.zipwp.com\/*",
        "https:\/\/www.yelp.com\/biz\/*",
        "https:\/\/*.zipwp.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wordpress.org\/plugins\/*",
                "https:\/\/wordpress.org\/themes\/*",
                "https:\/\/wordpress.org\/"
            ],
            "js": [
                "wordpress\/wordpressPluginTheme.js"
            ],
            "css": [
                "wordpress\/wordpressPluginTheme.css"
            ]
        },
        {
            "matches": [
                "*:\/\/zipwp.com\/*",
                "https:\/\/*.zipwp.com\/*"
            ],
            "js": [
                "auth\/loginHandler.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "linkedin\/linkedinButtons.js"
            ],
            "css": [
                "linkedin\/linkedinButtons.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.yelp.com\/*"
            ],
            "js": [
                "yelp\/yelpButtons.js"
            ],
            "css": [
                "yelp\/yelpButtons.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "google_business\/googleBusiness.js"
            ],
            "css": [
                "google_business\/googleBusiness.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/logo-30x30.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top