Soukify AI Job Copilot의 버전 기록 - 1개 버전
Soukify AI Job Copilot 제작자: ZIAD TARIK
Soukify AI Job Copilot의 버전 기록 - 1개 버전
이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.
최신 버전
버전 2.0.7
2026년 5월 18일에 출시 - 134.88 KBfirefox 58.0 이상, android 120.0 이상에서 작동- 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
All Rights Reserved에 따라 릴리스된 소스 코드
- Security: Firefox Auth Sync Bridge Hardening: Secured the Firefox fallback token sync bridge. Replaced the target origin wildcard