Sweep Extension
Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.
What is Sweep Extension?
Sweep Extension is a Chrome extension developed by Kevin, and its main feature is "Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.".
Extension Screenshots
Download Sweep Extension Extension CRX File
Download Sweep Extension 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
Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier.
Extension Basic Information
Name | Sweep Extension |
ID | fdjiilckbdcgjdpfhipnojhemphhjjbl |
Official URL | https://chromewebstore.google.com/detail/sweep-extension/fdjiilckbdcgjdpfhipnojhemphhjjbl |
Description | Sweep is an AI powered junior dev. Sweep browser extension makes creating GitHub issues for Sweep to handle issues easier. |
File Size | 3.73 MB |
Installation Count | 41 |
Current Version | 0.0.1.0 |
Last Updated | 2023-08-17 |
Publish Date | 2023-08-15 |
Developer | Kevin |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sweepai/sweep |
Help Page URL | https://discord.gg/sweep |
Privacy Policy Page URL | https://docs.sweep.dev/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sweep Extension", "version": "0.0.1.0", "manifest_version": 3, "background": { "service_worker": "background.a59024b8.js" }, "action": { "default_icon": { "16": "final-sweep-wizard_16x16.5d32ac6f.png", "32": "final-sweep-wizard_32x32.d392dd85.png", "48": "final-sweep-wizard_48x48.d273ea75.png", "64": "final-sweep-wizard_64x64.f3999bcb.png", "128": "final-sweep-wizard_128x128.eb506171.png", "256": "final-sweep-wizard_256x256.c6433894.png" }, "default_title": "Sweep Extension" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "content.8b1e142a.js" ], "css": [] }, { "matches": [ "https:\/\/github.com\/login\/device" ], "js": [ "installation.dc0c7700.js" ], "css": [] } ], "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/github.com\/*", "https:\/\/sweepai--prod-ext.modal.run\/*" ] } |