DeployBot Extension
Deploy your repositories from DeployBot Extension
DeployBot Extension là gì?
DeployBot Extension là một tiện ích mở rộng Chrome được phát triển bởi info, và tính năng chính của nó là "Deploy your repositories from DeployBot Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DeployBot Extension
Tải xuống các tệp mở rộng DeployBot 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
Fast, faster, DeployBot. Subtitle: Deploy code directly from your browser. Extension for your favorite deployment tool. Our chrome extension makes manual deployment using DeployBot even faster. If you’re a developer, we bet you’re constantly looking for new tools to organize your daily work routine, just like we do. That’s why we’ve developed DeployBot. Our deployment tool helps freelancers and web agencies to create an efficient workflow for releases. Push, build, deploy. Done. With DeployBot you can choose whether to set up automated deployments or to deploy your code manually. This browser extension is designed to make manual deployment even faster. Once installed, the extension allows you to deploy to the selected environment with just one click, directly from your browser. Software deployment has never been this easy. Our DeployBot Chrome Extension... • can be used with Chrome or Chromium • allows you to configure up to 10 environments • informs you if the deployment couldn’t be started as planned Who benefits from using DeployBot? • Web agencies • Freelance web developers • (Distributed) teams of developers What can I use DeployBot for? • Deploying websites • Deploying web apps • Deploying WordPress • Deploying any other piece of software Which repository can I connect DeployBot with? • GitHub • Bitbucket • GitLab • any Git repository, including self-hosted repos Deploying Code changes: • FTP • SFTP • Amazon Web Services • Digital Ocean • Heroku • Shopify Why you’ll love our deployment tools: • Build and ship code anywhere in one consistent process for your entire team • Choose between manual or automated deployments • Configure separately for multiple environments • Optimize your version control process • No need to manually track changes and upload files • Quickly rollback a problematic release • Share release notes to keep everyone in the loop • Watch deployment progress in real time • Less things to configure on a server • Manage permissions for your team and clients • Empower users to deploy without accessing servers • Execute or compile any code on our servers during the deployment. • Run shell scripts on your own server before, after, or during deployment • Get notifications on your favorite communication channels • Analyze deployment impacts on performance and application stability Built by developers, for developers. What our users say: “Last year for this event with multiple webapps, I spent all my time deploying. This year, thanks to @DeployBotHQ, I can code and test instead.” “I resisted version control for a long time but now that I am using it with @DeployBotHQ I am loving it.” I love @DeployBotHQ: a minimalist deploying tool from git to your server... Stay like this, simple! Very impressed with deploybot.com so far. It's easy to setup, quick to detect git pushes, and the price is right! Long live @DeployBotHQ!!! What a great deployment experience! IT. JUST. WORKS. Trusted by thousands of Companies like: • A LIST APART • Intuit • Clearleft • SANCHO BBDO • REAKTIV STUDIOS
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DeployBot Extension |
ID | ljfmjdgabiplcajcgcgehalifceggcnd |
URL Chính Thức | https://chromewebstore.google.com/detail/deploybot-extension/ljfmjdgabiplcajcgcgehalifceggcnd |
Mô tả | Deploy your repositories from DeployBot Extension |
Kích Thước Tệp | 62.87 KB |
Số Lần Cài Đặt | 96 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-09-04 |
Ngày Phát Hành | 2019-09-04 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | info |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://deploybot.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DeployBot Extension", "description": "Deploy your repositories from DeployBot Extension", "version": "1.0.1", "icons": { "16": "\/images\/favicon_16.png", "48": "\/images\/favicon_48.png", "128": "\/images\/favicon_128.png" }, "homepage_url": "https:\/\/deploybot.com", "options_page": "settings.html", "browser_action": { "default_icon": "\/images\/favicon_16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "*:\/\/*.deploybot.com\/*" ] } |