InstaWP Launcher

Freshly baked WP instances with pre-loaded WP.org plugins/themes

InstaWP Launcherคืออะไร?

InstaWP Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://instawp.com และคุณลักษณะหลักของมันคือ "Freshly baked WP instances with pre-loaded WP.org plugins/themes"

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

screenshot
screenshot

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

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

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

                        Launch WordPress websites right from wordpress.org plugins & themes page. 

Create freshly baked WP instances with pre-loaded WP.org plugins/themes using InstaWP Launcher. Auto-installing plugins and themes for building sites or testing sites was never this easy.

This extension is a companion app for InstaWP. Using InstaWP Launcher, you can launch WordPress instances from the wordpress.org plugins & themes page. It takes less than 30 seconds to launch a WordPress website with your selected theme/plugin installed.

How it works?

Install this Chrome extension for WordPress on your browser.
Visit any plugin or theme (available on Wordpress.org), and you will see an additional “Launch” button on the opened page.
Click on Launch.

Now, if you are an InstaWP user, your plugin demo or theme demo will be launched immediately. Non-users might need to take an extra step (or two) to proceed.

Read more about us:

Visit Website: http://instawp.com/
Our WordPress Plugin: https://wordpress.org/plugins/instawp-connect/ 
Documentation: https://docs.instawp.com/ 
About the InstaWP API: https://docs.instawp.com/en/category/api-docs-12yssdo/ 
Blog: https://instawp.com/blog/

Use the live chat option on our website to ask queries and get quick assistance.                    

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

ชื่อ InstaWP Launcher InstaWP Launcher
ID nhiaohalgdfojppcongpiiemfeckmgao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instawp-launcher/nhiaohalgdfojppcongpiiemfeckmgao
คำอธิบาย Freshly baked WP instances with pre-loaded WP.org plugins/themes
ขนาดไฟล์ 1.31 MB
จำนวนการติดตั้ง 1,181
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2023-09-25
วันที่เผยแพร่ 2021-12-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://instawp.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://instawp.com
URL หน้าช่วยเหลือ https://instawp.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://instawp.com/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstaWP Launcher",
    "description": "Freshly baked WP instances with pre-loaded WP.org plugins\/themes",
    "homepage_url": "https:\/\/app.instawp.io",
    "version": "1.1.3",
    "manifest_version": 3,
    "action": {
        "default_title": "Open InstaWP Dashboard",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/app.instawp.io\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "do.js",
                "pagination.js"
            ],
            "css": [
                "style.css",
                "pagination.css"
            ],
            "matches": [
                "https:\/\/*.wordpress.org\/*",
                "https:\/\/*.wordpress.org\/plugins*",
                "https:\/\/*.wordpress.org\/themes*",
                "https:\/\/app.instawp.io\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "do.js",
                "iconImages\/link.png",
                "iconImages\/link2.png",
                "iconImages\/copy.png",
                "iconImages\/copy2.png",
                "iconImages\/clock.png",
                "iconImages\/clock2.png",
                "iconImages\/wp.png",
                "iconImages\/wp2.png",
                "iconImages\/php.png",
                "iconImages\/php1.png",
                "iconImages\/php2.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}