Weebly Dashboard Extension

With one click, check your site stats, edit your site, and check for new blog comments & form submissions!

Weebly Dashboard Extension란 무엇입니까?

Weebly Dashboard Extension은(는) https://www.weebly.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With one click, check your site stats, edit your site, and check for new blog comments & form submissions!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Weebly Dashboard Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With a quick press of the Weebly icon, our extension lets you:

* Track your site’s page views and unique visitors.  
* View and respond to any blog comments.
* Reply to messages you’ve received through a contact form. 
* Access your sites to make edits and create blog posts. 

Weebly is the surprisingly easy way to create a high-quality site that you’ll be proud to share.Millions of people have started a site, blog or online store on Weebly and you can too. Featured in Newsweek, The BBC and TIME, Weebly sites work brilliantly on computers, phones and tablets.

If you don't have a Weebly site yet, sign up for free at http://weebly.com                    

확장 프로그램 기본 정보

이름 Weebly Dashboard Extension Weebly Dashboard Extension
ID fkhpeihpgdipchpfmddkfcigllaaiaki
공식 URL https://chromewebstore.google.com/detail/weebly-dashboard-extensio/fkhpeihpgdipchpfmddkfcigllaaiaki
설명 With one click, check your site stats, edit your site, and check for new blog comments & form submissions!
파일 크기 279 KB
설치 횟수 6,694
현재 버전 1.2.2
최근 업데이트 2014-04-14
출시 날짜 2014-04-14
평점 3.32/5 총 62 개의 평점
개발자 https://www.weebly.com
결제 유형 free
도움말 페이지 URL http://help.weebly.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "1.2.2",
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "*:\/\/*.weebly.com\/*",
        "*:\/\/fonts.googleapis.com\/*"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "static\/img\/icon_19.png",
            "38": "static\/img\/icon_38.png",
            "48": "static\/img\/icon_48.png",
            "128": "static\/img\/icon_128.png"
        },
        "default_title": "__MSG_ext_title__"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "128": "static\/img\/icon_128.png",
        "48": "static\/img\/icon_48.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}