DragDropr - Drag & Drop Page Builder

DragDropr lets you create, edit & design content for your website, webshop, or any other web content by dragging and dropping.

DragDropr - Drag & Drop Page Builderคืออะไร?

DragDropr - Drag & Drop Page Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.dragdropr.com และคุณลักษณะหลักของมันคือ "DragDropr lets you create, edit & design content for your website, webshop, or any other web content by dragging and dropping."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DragDropr - Drag & Drop Page Builder

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

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

                        DragDropr is a What-You-See-Is-What-You-REALLY-Get visual editor. 

It lets you effortlessly create, edit, and design content for your website, webshop, or any other web content in the most intuitive manner: dragging and dropping. It’s also the only universal visual editor, which means it’s compatible to any CMS you might be using.

The best part about DragDropr? You don’t need to be a designer or an expert in any software to use it! It’s so easy to use, and it’s definitely fool-proof.

Let's sum up all benefits of DragDropr:

* DragDropr is the only universal visual editor that supports any CMS (Shopify, Magento, Lightspeed, Prestashop and any TinyMCE based CMS Systems).
* It is a “What-You-See-Is-What-You-REALLY-Get” visual editor that creates fully responsive content. 
* You don’t need prior coding or design experience - it’s effortless to use! 
* DragDropr offers 200 pre-built content blocks you can use however you like
* DragDropr also creates 100% genuine HTML code so you can continue using your template even after you’ve unsubscribed. 
* By using the browser extension (only available for Google Chrome) you can edit your pages from anywhere - without having to login to the backend of your CMS and navigating to a certain page first.                    

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

ชื่อ DragDropr - Drag & Drop Page Builder DragDropr - Drag & Drop Page Builder
ID gggfodkhdbmidgckncaifpfodkiiolol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dragdropr-drag-drop-page/gggfodkhdbmidgckncaifpfodkiiolol
คำอธิบาย DragDropr lets you create, edit & design content for your website, webshop, or any other web content by dragging and dropping.
ขนาดไฟล์ 69.55 KB
จำนวนการติดตั้ง 1,216
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2022-12-20
วันที่เผยแพร่ 2019-07-12
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://www.dragdropr.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dragdropr.com/integrations/browser-extension/
URL หน้าช่วยเหลือ https://www.dragdropr.com/send-message/
URL หน้านโยบายความเป็นส่วนตัว https://www.dragdropr.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DragDropr - Drag & Drop Page Builder",
    "version": "1.3.1",
    "description": "DragDropr lets you create, edit & design content for your website, webshop, or any other web content by dragging and dropping.",
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/app.dragdropr.com\/*"
            ],
            "js": [
                "dragdropr.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/app.dragdropr.com\/*"
            ],
            "js": [
                "content_scripts\/plugins.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.marketplan.io\/*"
            ],
            "js": [
                "scripts\/plugins.js",
                "content_scripts\/pages\/app.marketplan.io.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/plugins.js"
    ],
    "browser_action": {
        "default_icon": ".\/icons\/32gray.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "management"
    ],
    "offline_enabled": false,
    "minimum_chrome_version": "50"
}