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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With one click, check your site stats, edit your site, and check for new blog comments & form submissions!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weebly Dashboard Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } |