Sitemod.io

Sitemod lets anybody modify a website without having access to the source code and get a shareable link to the modified website.

Sitemod.io là gì?

Sitemod.io là một tiện ích mở rộng Chrome được phát triển bởi devbyte, và tính năng chính của nó là "Sitemod lets anybody modify a website without having access to the source code and get a shareable link to the modified website.".

Ả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 Sitemod.io

Tải xuống các tệp mở rộng Sitemod.io 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

                        * Agencies & Freelancers - Simplify your workflow

Drop the screenshots and let your clients view real-time edits to their website by providing them with an unique URL of the modified version.

* Sales & Marketing - Increase conversion rates

A customer who sees your app live on their own website is more likely to convert. Install your app on any website in the world an use the unique URL in your marketing campaigns.

* Website Owners - Enhance your site

Use our App Store for Web Developers to discover, test & use web apps. Try any app without writing a single line of code.

- About

Sitemod lets anybody modify, save & share any website in real time, without having access to the source code of the website.

- Fits into your workflow

Use Chrome Developer Toools to edit any HTML, CSS or JS code in the webpage or add your own. Save and get an unique URL to the modified version so you can share your mod.

- Tehnology

No app installing, no setup process, no downloading. Sitemod comes in the form of a browser extension. Get it for free with just one click.

- Built by Developers for Developers

We're a small team of 6 running a creative digital agency in Bucharest, Romania (some of our projects: devbyte.io). Recently we started developing Shopify Apps and needed a way for our potential customers to better understand how our app will look in their store without having access to the source code of their store. And so a star was born.

- Pricing

Sitemod is a free service and we want to keep it that way.

- Feedback

Found a bug, have a feature reqest or maybe just say hello? We're here for you!                    

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

Tên Sitemod.io Sitemod.io
ID efjbaneaebkanjmhengnedpllfdiocin
URL Chính Thức https://chromewebstore.google.com/detail/sitemodio/efjbaneaebkanjmhengnedpllfdiocin
Mô tả Sitemod lets anybody modify a website without having access to the source code and get a shareable link to the modified website.
Kích Thước Tệp 546 KB
Số Lần Cài Đặt 5,745
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2021-05-07
Ngày Phát Hành 2019-09-16
Đánh Giá 3.83/5 Tổng số 18 Đánh Giá
Nhà Phát Triển devbyte
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sitemod.io
URL Trang Chính Sách Bảo Mật https://sitemod.io/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sitemod.io",
    "description": "Sitemod lets anybody modify a website without having access to the source code and get a shareable link to the modified website.",
    "version": "1.0.6",
    "icons": {
        "48": "icon.png"
    },
    "devtools_page": "components\/devtools\/devtools.html",
    "browser_action": {
        "browser_style": false,
        "default_icon": "icon.png",
        "default_popup": "components\/popup\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "components\/common.js",
            "components\/background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/sitemod.io\/*"
            ],
            "js": [
                "lib\/browser-polyfill.min.js",
                "components\/common.js",
                "components\/content-scripts\/sitemod_auth_hook.js"
            ]
        }
    ],
    "content_security_policy": "default-src 'self'; connect-src 'self' https:\/\/api.devbyte.io http:\/\/sitemod.io https:\/\/sitemod.io https:\/\/apps.sitemod.io; style-src 'self' 'unsafe-inline'; img-src 'self' https:\/\/apps.sitemod.io data:",
    "minimum_chrome_version": "59"
}