Wersijowa historija Soukify AI Job Copilot - 3 wersije
Soukify AI Job Copilot wot ZIAD TARIK
Wersijowa historija Soukify AI Job Copilot - 3 wersije
Budźće kedźbliwy ze staršimi wersijemi! Tute wersije so za testowanje a referencne zaměry pokazuja.Wy měł přeco najnowšu wersiju přidatka wužiwać.
Najnowša wersija
Wersija 2.1.5
2026. máj. 26. wozjewjene - 137,7 KBFunguje z firefox 58.0 a pozdźišo, android 120.0 a pozdźišo🚀 What's New in Version 2.1.5
✨ A Cleaner, Streamlined Interface
We've decluttered the extension popup! Document language settings have been centralized directly into your web dashboard. This means fewer clicks in the extension and a more focused, unified experience when generating your CVs.
🔒 Smarter, Safer Web Scanning
We’ve fine-tuned our privacy and security filters. The extension is now significantly better at distinguishing legitimate job boards (like arbeitsagentur.de) from sensitive financial websites. Enjoy seamless job saving with zero false alarms, all while keeping your sensitive data perfectly protected.
📱 Flawless Mobile Experience
Job hunting on the go? The extension's interface is now fully responsive. It perfectly adapts to your screen size, ensuring a smooth, beautifully scaled experience whether you're browsing on a desktop monitor or a mobile device.
🎮 Interactive Demo Mode
Want to show Soukify to a friend or test it out safely? We've introduced a fully integrated Demo Mode. When logged into a mockup account, the extension instantly switches to a read-only state. You can safely explore the UI and features without the risk of modifying data or accidentally consuming AI credits.
🛠️ Under-the-Hood Stability
We’ve implemented strict new internal environment controls to ensure that our production servers and local development pipelines are completely isolated. What does this mean for you? Rock-solid reliability and zero risk of downtime caused by background testing.Žórłowy kod je pod licencu Wšě prawa wuměnjene
Starše wersije
Wersija 2.1.4
2026. máj. 24. wozjewjene - 138,02 KBFunguje z firefox 58.0 a pozdźišo, android 120.0 a pozdźišo- Fix: fetchRecentJobs Error Feedback: Added proper
catchandelseblocks to thefetchRecentJobsfunction inApp.tsxso that users receive clear UI notifications (warning/error toasts) when the backend fails to fetch recent jobs, rather than silently failing and showing an empty list. - Fix: Production Backend URL Configuration: Updated
VITE_BACKEND_URLinextension/.envfrom localhost to production. This resolvesNetworkErrorcrashes in the extension popup when attempting to fetch recent jobs or save new job details against the local dev server instead of the production API.
Žórłowy kod je pod licencu Wšě prawa wuměnjene
- Fix: fetchRecentJobs Error Feedback: Added proper
Wersija 2.0.7
2026. máj. 18. wozjewjene - 134,88 KBFunguje z firefox 58.0 a pozdźišo, android 120.0 a pozdźišo- Security: Firefox Auth Sync Bridge Hardening: Secured the Firefox fallback token sync bridge. Replaced the target origin wildcard
*with the absolute same-originwindow.location.originin all outgoingwindow.postMessagesynchronization dispatches from the dashboard. Added strict origin validation inside the content script bridgeauthSync.content.tsto verify the sender's origin is explicitlysoukify.digital(orlocalhost:5173for development), completely mitigating clickjacking token disclosure and third-party sync spoofing vectors. - Security: Out-of-Process Sensitive URL Safety Gatekeeper: Implemented a robust safety interceptor in
background.ts. Detects if the user clicks the toolbar button on sensitive financial domains (e.g., banking, Revolut, Paypal, Stripe, crypto brokers) or specific checkout pathways (e.g.,/checkout,/payment,/billing) and instantly halts script injection. Displays a premium, custom glassmorphic warning toast advising of active protection while preserving standard login dashboards on legitimate job boards. - Universal Zero-Selector AI Scraping & Silent Toolbar Click: Eliminated all site-specific selector lookups and removed domain restrictions to support 100% of job sites globally. Replaced the old DOM-intrusive floating action button (FAB) with a completely silent browser toolbar icon click action trigger. Content scripts capture highlighted text or fallback to clean page body, shadow DOMs, and local iframe texts. Refactored visual notification feedback to utilize a premium, glassmorphic floating toast overlay styled entirely with inline styles for seamless, CSP-safe execution on any website. Fully updated i18n instructions across all 5 languages (EN, DE, AR, FR, ES) in the extension popup, steps list, and landing-page dashboard guides.
- Privacy-First: Zero-Background-Footprint ActiveTab Model: Refactored the extension architecture to be completely zero-background-footprint. Removed all 8 job site host permissions and matching content scripts from the manifest. The extension now requests zero-privilege on install. Instead, when the user clicks the extension action button, it leverages
activeTabto obtain temporary access and dynamically injects the compiled scraper script viabrowser.scripting.executeScript. Added re-entrancy protection insidescraper.content.tsto prevent duplicate execution when triggered multiple times, and an elegant error toast when triggered on restricted system/browser pages. - Fix: Step 2 Translation: Updated
step2text in all 5 languages (EN, DE, AR, FR, ES) intranslations.tsto remove stale references to the removed floating action button (FAB). Now correctly guides users to the popup's "Save Job Details" button. - UX: Non-blocking Notifications: Replaced all browser
alert()andconfirm()calls in the scraper with a custom notification system. Feedback is now displayed as el
Žórłowy kod je pod licencu Wšě prawa wuměnjene
- Security: Firefox Auth Sync Bridge Hardening: Secured the Firefox fallback token sync bridge. Replaced the target origin wildcard