Flipabit
One-click access to your Flipabit projects
What is Flipabit?
Flipabit is a Chrome extension developed by https://flipabit.dev, and its main feature is "One-click access to your Flipabit projects".
Extension Screenshots
Download Flipabit Extension CRX File
Download Flipabit 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
Quickly access your Apps on Flipabit via a handy popup in Google Chrome. Features included: - Access all your apps on Flipabit in one click - Get notified when build is finished - Quickly download your builds - See a build error reports Just click to the extension icon to get access to all your Flipabit projects and builds. Now you don't need to open Flipabit Cloud webside each time you want to review your projects.
Extension Basic Information
Name | Flipabit |
ID | bhejdokeanikmccgpdlljanfgfilkdjg |
Official URL | https://chromewebstore.google.com/detail/flipabit/bhejdokeanikmccgpdlljanfgfilkdjg |
Description | One-click access to your Flipabit projects |
File Size | 46.81 KB |
Installation Count | 42 |
Current Version | 0.0.0.2 |
Last Updated | 2021-09-07 |
Publish Date | 2021-09-07 |
Developer | https://flipabit.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://flipabit.dev |
Help Page URL | https://flipabit.dev/contact/ |
Privacy Policy Page URL | https://flipabit.dev/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Flipabit", "description": "One-click access to your Flipabit projects", "version": "0.0.0.2", "icons": { "128": "assets\/icons\/icon_128.png" }, "browser_action": { "default_icon": "assets\/icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "https:\/\/cloud.flipab.it\/" ] } |