Weebly Dashboard Extension

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

Weebly Dashboard Extension là gì?

Weebly Dashboard Extension là một tiện ích mở rộng Chrome được phát triển bởi https://www.weebly.com, và tính năng chính của nó là "With one click, check your site stats, edit your site, and check for new blog comments & form submissions!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Weebly Dashboard Extension

Tải xuống các tệp mở rộng Weebly Dashboard Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Weebly Dashboard Extension Weebly Dashboard Extension
ID fkhpeihpgdipchpfmddkfcigllaaiaki
URL Chính Thức https://chromewebstore.google.com/detail/weebly-dashboard-extensio/fkhpeihpgdipchpfmddkfcigllaaiaki
Mô tả With one click, check your site stats, edit your site, and check for new blog comments & form submissions!
Kích Thước Tệp 279 KB
Số Lần Cài Đặt 6,694
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2014-04-14
Ngày Phát Hành 2014-04-14
Đánh Giá 3.32/5 Tổng số 62 Đánh Giá
Nhà Phát Triển https://www.weebly.com
Loại Thanh Toán free
URL Trang Trợ Giúp http://help.weebly.com
Ngôn Ngữ Được Hỗ Trợ 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'"
}