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은(는) https://www.dragdropr.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "DragDropr lets you create, edit & design content for your website, webshop, or any other web content by dragging and dropping."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

DragDropr - Drag & Drop Page Builder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}