All Projects → soffes → Zoomin

soffes / Zoomin

Safari extension for opening Zoom right away

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Zoomin

GithubTower
This browser extension allows you to use Github's "Clone in Desktop" button with Tower
Stars: ✭ 48 (-15.79%)
Mutual labels:  mac, safari-extension
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (+212.28%)
Mutual labels:  mac, safari-extension
Macos Config
Setup for macOS that I've built for personal use case.
Stars: ✭ 28 (-50.88%)
Mutual labels:  mac
Aerial desktop
Macintosh Application installs Aerial ScreenSaver and sets as a Desktop Background. 🚀 🎩
Stars: ✭ 49 (-14.04%)
Mutual labels:  mac
Swim
A command line tool to switch the current input method by identifier for macOS.
Stars: ✭ 39 (-31.58%)
Mutual labels:  mac
Vuplicity
A cross-platform GUI for Duplicity backups, powered by Atom Electron.
Stars: ✭ 31 (-45.61%)
Mutual labels:  mac
Keylogger
A simple keylogger for Windows, Linux and Mac
Stars: ✭ 1,007 (+1666.67%)
Mutual labels:  mac
New Pac
翻墙-科学上网、免费翻墙、免费科学上网、免费自由上网、fanqiang、翻墙梯子、免费软件/方法,一键翻墙浏览器,免费shadowsocks/ss/ssr/v2ray/goflyway账号/节点分享,vps一键搭建翻墙服务器脚本/教程,电脑、手机、iOS、安卓、windows、Mac、Linux、路由器翻墙
Stars: ✭ 31,869 (+55810.53%)
Mutual labels:  mac
Xdebug Toggler
🐞 [DEPRECATED] Toggle the debugging session for Xdebug from within the Safari browser
Stars: ✭ 53 (-7.02%)
Mutual labels:  safari-extension
Swift Keylogger
Keylogger for mac written in Swift using HID
Stars: ✭ 995 (+1645.61%)
Mutual labels:  mac
Kaku
🎧 Kaku is a highly integrated music player supports different online platform like YouTube, SoundCloud, Vimeo and more. Available on Mac, Windows and Linux.
Stars: ✭ 1,028 (+1703.51%)
Mutual labels:  mac
Macvars
command library for scripting osx
Stars: ✭ 34 (-40.35%)
Mutual labels:  mac
Singlebox Legacy
All Your Apps in One Single Window
Stars: ✭ 32 (-43.86%)
Mutual labels:  mac
Spotlight Tools
Spotlight Tools for macOS
Stars: ✭ 44 (-22.81%)
Mutual labels:  mac
Select Like A Boss For Safari
Extension for Safari that allows you to select text inside links.
Stars: ✭ 30 (-47.37%)
Mutual labels:  safari-extension
Amazon Fresh Whole Foods Delivery Slot Finder
A Mac tool that finds available delivery slots for Amazon's Whole Foods delivery and Amazon Fresh services
Stars: ✭ 1,048 (+1738.6%)
Mutual labels:  mac
Lightgallery Desktop
A modern, electron and nodejs based image viewer for Mac, Windows and Linux.
Stars: ✭ 945 (+1557.89%)
Mutual labels:  mac
Lift
Lift is a Swift library for generating and extracting values into and out of JSON-like data structures.
Stars: ✭ 33 (-42.11%)
Mutual labels:  mac
Arpspoof
arpspoof for macOS - intercept packets on a switched LAN
Stars: ✭ 40 (-29.82%)
Mutual labels:  mac
Dotfiles
A shell script to install awesome command for *nix platform and set them up
Stars: ✭ 56 (-1.75%)
Mutual labels:  mac

Zoom In is deprecated. Zoom keeps changing their page which breaks the plug-in. I don't use Zoom anymore so it's hard to keep up with them. Sorry, everyone.

Check out this fork by @ocastx for a maintained version.

— Sam


Zoom In

Safari extension to automatically open Zoom links

Are you Zooming all the time? Are you tired of telling Safari it’s okay to open Zoom links in Zoom? Have I got the app for you!

Zoom In is an app that installs a Safari extension. This extension does two things. It automatically opens Zoom links in the Zoom app. If that works, it will automatically close the tab so you don’t have tons of ”Opening in Zoom…“ tabs left in your browser.

Simple as that. It’s free. Enjoy!

👉 Download the latest release 👈

Privacy

Zoom In has 3 components: the app, the native Safari extension, and the JavaScript Safari extension. None of the components have permission from the system to make incoming or outgoing network connections. There isn’t any analytics or tracking or anything like that.

The app only shows information about how to use the extension and a button to open the extension’s preferences in Safari.

The JavaScript component, can only access *.zoom.us pages. Zoom In is unaware of any other pages you navigate to. It can’t see them or track them or whatever else. All it does is look for the native Zoom URL on Zoom pages and pass it along to its native counterpart.

The native Safari extension only handles messages from the JavaScript component. This simply opens the URL passed to it using standard macOS APIs. If this works, it uses the Safari extension API to close the tab. Again, no private APIs.

You can see all of the source code for the app here. Feel free to build it yourself (although please don’t redistribute it). If you have any questions, please open an issue on this repo. I’d be happy to answer them!

Building

If you want to build Zoom In locally, you’ll need Carthage to gather the dependencies. The easiest way to install it is with Homebrew: brew install carthage. Once you have it installed, run the following command:

$ carthage bootstrap

Now you can open the project in Xcode 11.3 or higher and build normally! Open an issue if you have any problems getting started!

Thanks

Icon glyphs by i cons and Shashank Singh from the Noun Project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].