Skip to content

Releases: namandhakad712/Rankify-Assist

RELEASE v1.1

25 Dec 07:41

Choose a tag to compare

✨ 𝕽𝖆𝖓𝖐𝖎𝖋𝖞 𝕬𝖘𝖘𝖎𝖘𝖙: 𝕿𝖍𝖊 𝕹𝖊𝖝𝖙 𝕲𝖊𝖓 ✨

Elevating Voice AI & IoT for the Tuya Innovators Hackathon 2025

🚀 𝑾𝒉𝒂𝒕'𝒔 𝑵𝒆𝒘 𝒊𝒏 𝒗𝟐.𝟎.𝟏

Feature Type Status
Chrome Extension 🌐 Web UI ✅ Released
Beginner Docs ⚙️Visual Guide 🔄 Integrated on Website
MCP Server 🤖 Script Ready ⚡ Live
Firmware v2.0.1 📟 Hardware 🛠️ Production Build .bin

🛠️ 𝕀𝕟𝕤𝕥𝕒𝕝𝕝𝕒𝕥𝕚𝕠𝕟 (ℂ𝕙𝕣𝕠𝕞𝕖 𝔼𝕩𝕥𝕖𝕟𝕤𝕚𝕠𝕟)

Important

Ensure "Developer Mode" is ON in Chrome to load the unpacked extension.

  1. 📥 Download: Grab extension-v1.0.6.zip from the Assets below.
  2. 📂 Extract: Unzip to a local directory.
  3. 🔧 Load: chrome://extensionsLoad Unpacked.
  4. ✨ Run: Click the Rankify Assist icon and start talking!

📐 Technical Deep-Dive (Firmware & Infrastructure)

⚡ Production Grade Work

  • Firnware: Raw files along a production ready compiled .bin ,with no credential.
  • Connectivity: Auto-Discover Bluetooth & Wifi AP mode.
  • MCP Integration: Robust usage of Custom MCP, either u can run local, or online at huggingface space.
  • Custom Server: Custom server, that handles response from MCP , saves to supabase database.
  • Extension: Ready to use web browser automation agent extension, polling live command instructions from database.
  • Security: Robust single MCP Access ID, implementation across MCP server, Custom website server, Database and Extension (Unified Private Network).

Extension (.zip) and compiled firmware (.bin) are available down in assets.

Beginner Visual Docs to setup at `https://rankify-assist.vercel.app/guide.html` or just use AI IDE to vibe surf everything.

Developed with ❤️ by Naman Dhakad
"Transforming Education through AI & IoT"

Full Changelog: latest...release_v1.1

Extension v1.0.3

19 Dec 08:55

Choose a tag to compare

🚀 Rankify Assist – Chrome Extension v1.0.3

📦 What's updated

  • User can now edit their server site url directly from Extension Settings Panel.

🛠️ Installation / Update

  1. Download extension.zip from the assets below.
  2. Unzip the archive to a folder on your machine.
  3. Open Chrome → chrome://extensions → enable Developer mode.
  4. Click Load unpacked and select the unzipped folder.
  5. If you already have a previous version installed, the new version will replace it automatically.

Thank you for trying the Rankify Assist Chrome extension! 🎉
Feel free to leave feedback in the Discussion tab attached to this release.

— The Rankify Assist Team

Extension v1.0.5

19 Dec 19:02

Choose a tag to compare

🚀 Rankify Assist – Chrome Extension v1.0.5

📦 What's updated

Agent works without ui interruption.

🛠️ Installation / Update

  1. Download extension.zip from the assets below.
  2. Unzip the archive to a folder on your machine.
  3. Open Chrome → chrome://extensions → enable Developer mode.
  4. Click Load unpacked and select the unzipped folder.
  5. If you already have a previous version installed, the new version will replace it automatically.

Thank you for trying the Rankify Assist Chrome extension! 🎉
Feel free to leave feedback in the Discussion tab attached to this release.

— The Rankify Assist Team

Extension v1.0.4

19 Dec 15:05

Choose a tag to compare

🚀 Rankify Assist – Chrome Extension v1.0.4

📦 What's updated

  • Minimal & Secure setup through only access in order to get commands from web server 's database.
  • Removed old Tuya API Intergration Container.
  • Long period polling sessions.
  • Added Wakeup so the polling does not automatically stop by browser 's interruptions.
  • Fixed Access ID saving to cloudBridgeCredentials but loading from bridge_credentials.

🛠️ Installation / Update

  1. Download extension.zip from the assets below.
  2. Unzip the archive to a folder on your machine.
  3. Open Chrome → chrome://extensions → enable Developer mode.
  4. Click Load unpacked and select the unzipped folder.
  5. If you already have a previous version installed, the new version will replace it automatically.

Thank you for trying the Rankify Assist Chrome extension! 🎉
Feel free to leave feedback in the Discussion tab attached to this release.

— The Rankify Assist Team

Extension v1.0.2

19 Dec 06:29

Choose a tag to compare

🚀 Rankify Assist – Chrome Extension v1.0.2

📦 What's Inside

  • Manifest V3‑compatible build (ready for Chrome Web Store)
  • Updated manifest.json with the minimal set of permissions:
    • storage
    • activeTab
    • scripting
  • New “Ask before executing” UI flow that prompts the user before any Rankify command runs.
  • Refactored background script to use async/await and improved error handling.
  • Minor UI polish for the extension popup (icons, tooltip text).

🛠️ Installation / Update

  1. Download extension.zip from the assets below.
  2. Unzip the archive to a folder on your machine.
  3. Open Chrome → chrome://extensions → enable Developer mode.
  4. Click Load unpacked and select the unzipped folder.
  5. If you already have a previous version installed, the new version will replace it automatically.

🔐 Security & Permissions

  • Content‑Security‑Policy tightened to only allow scripts from the extension itself.
  • No external network requests are made from the background script; all communication goes through the cloud‑bridge server you already run.

Thank you for trying the Rankify Assist Chrome extension! 🎉
Feel free to leave feedback in the Discussion tab attached to this release.

— The Rankify Assist Team