SiteW.com - Free website builder
Create a free website
What is SiteW.com - Free website builder?
SiteW.com - Free website builder is a Chrome extension developed by https://www.sitew.com, and its main feature is "Create a free website".
Extension Screenshots
Download SiteW.com - Free website builder Extension CRX File
Download SiteW.com - Free website builder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Fast access to your SiteW.com account
Extension Basic Information
Name | |
ID | jfdpgmjmkkfpkkmpocbbjoaibkbbhjdo |
Official URL | https://chrome.google.com/webstore/detail/sitewcom-cr%C3%A9er-un-site-fa/jfdpgmjmkkfpkkmpocbbjoaibkbbhjdo |
Description | Create a free website |
File Size | 48.74 KB |
Installation Count | 419 |
Current Version | 1.1 |
Last Updated | 2022-02-10 |
Publish Date | 2017-02-22 |
Rating | 4.29/5 Total 7 Ratings |
Developer | https://www.sitew.com |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.sitew.com/FAQ-sur-la-realisation-de-site#contact |
Supported Languages | de,en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_shortname__", "description": "__MSG_description__", "manifest_version": 2, "default_locale": "fr", "version": "1.1", "background": { "scripts": [ "javascript\/background.js" ], "persistent": false }, "permissions": [ "notifications" ], "browser_action": { "default_icon": { "64": "images\/logo64.png" }, "default_title": "__MSG_title__" }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "16": "images\/logo16.png" } } |