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文件

下載Weebly Dashboard Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}