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 - это расширение Chrome, разработанное https://www.weebly.com, и его основная функция - "With one click, check your site stats, edit your site, and check for new blog comments & form submissions!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Weebly Dashboard Extension

Скачайте файлы расширений 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
Официальный 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'"
}