extensions
extensions copied to clipboard
New Extension: IMessages - Find 2FA Codes
Description
Find 2FA Codes In your recent IMessage
Screencast

Checklist
- [x] I read the extension guidelines
- [x] I read the documentation about publishing
- [x] I ran
npm run buildand tested this distribution build in Raycast - [x] I checked that files in the
assetsfolder are used by the extension itself - [x] I checked that assets used by the
READMEare placed outside of themetadatafolder
Congratulation on your new Raycast extension! :rocket:
We will review it shortly. Once the PR is approved and merged, the extension will be available on the Store.
This issue/pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 7 days to keep our backlog clean. Thanks for your contributions.
Should we look into getting this out @BalliAsghar
Should we look into getting this out @BalliAsghar
@pernielsentikaer I tried merging #1847 into this single extension with this one, but it didn't work properly, so I'd suggest leaving it alone as it is. However, the one adjustment you requested in that one, #1847, also applies here: Reading messages without Full Disk Permission; regrettably, this will not be achievable!
Hi @BalliAsghar 👋
Thanks for waiting patiently, we recently released
@raycast/utilshere we added a useSQL hook, could you try to use that in the extension?
I've incorporated the useSQL hook into the extension. I've also added new features: 1: open message in markdown preview 2: search messages 3: copy the 2FA code to the clipboard if available in the message
Actually, we just merged another extension doing this a dew days ago since you didn't reply back, do you think yours have some features which are not in the other one?
That extension is only good for finding 2fa code, but in my extension, you can view all messages, search messages, and copy 2fa code if found in the message
With that extension, you can search messages and 2FA, so I think they are pretty much the same unless I'm missing something.
With that extension, you can search messages and 2FA, so I think they are pretty much the same unless I'm missing something.
I looked again into the extension, you are right there is not much difference.