Technodom Price Converter

Добавляет конвертацию цен и список сравнения для technodom.kz, shop.kz, sulpak.kz, ispace.kz и itmag.kz.

As of June 2026, Technodom Price Converter has users in the Functionality & UI category.

Usersno change0%
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.0.5
Manifest V3
90-day change · In the last 90 days this extension 2 version updates, changed permissions.

History

8 snapshots

Tracking since Apr 6, 2026.

2.081.50.9199999999999999Apr 6, 2026Jun 6, 2026
View as table
DateUsersRatingReviewsVersion
Apr 6, 202621.0.3
Apr 19, 202621.0.4
Apr 24, 202621.0.4
May 1, 202621.0.4
May 8, 20261.0.4
May 12, 202621.0.4
May 18, 20261.0.4
Jun 6, 202611.0.5
Now1.0.5

Changelog

  • May 18, 2026
    description
    This extension automatically converts prices on technodom.kz
    from Kazakhstani Tenge (KZT) to USD and RUB using up-to-date exchange rates.
    
    Features:
    • Product page conversion
    • Catalog & search results conversion
    • Clean native UI
    • No tracking, no ads
    • Comparison with shops: shop.kz, sulpak.kz, ispace.kz, itmag.kz
    
    Release Notes:
    1.0.4:
    - Extension popup UI via `action.default_popup` with its own `popup.html`, `popup.css`, and `popup.js`.
    - Popup controls for enabling/disabling on-page features and manually refreshing the active supported tab.
    - Local comparison list stored in Chrome storage so saved products persist between tabs and sessions.
    - Save-to-compare button inside the injected `Для сравнения` block on supported product pages.
    - Product-title extraction and save support for `shop.kz`.
    - Product-title extraction and save support for `sulpak.kz`.
    - Product-title extraction and save support for `ispace.kz`.
    - Product-title extraction and save support for `itmag.kz`.
    - Store-aware saved product records containing title, store name, product URL, and prices in `KZT`, `USD`, and `RUB`.
    - Comparison metadata (`titleKey` / `compareKey`) to preserve a foundation for smarter matching of similar products from different stores.
    
    1.0.3:
    - Added conversion support for alternative `.product__price-container` / `.product__current-price` markup on both product pages and repeated catalog cards.
    
    1.0.2:
    - Restored price conversion on initial page open by reattaching DOM observation after page hydration and in-site navigation.
    - Added support for both `technodom.kz` and `www.technodom.kz` URLs in the extension match patterns.
    
    1.0.1:
    - Improved price selector strategy using `data-testid="product-price"` with class-based fallbacks.
    - Added safe exchange-rate fetch handling with timeout and cached fallback on failures.
    - Optimized `MutationObserver` scope and trigger conditions to reduce unnecessary rescans.
    - Refreshed already-converted prices when cached exchange rates rotate (TTL boundary).
    - Bumped extension version in `manifest.json` to `1.0.1`.
    
    1.0.0:
    - Initial Chrome extension implementation for converting `KZT` prices on `technodom.kz` to `USD` and `RUB`.
    This extension automatically converts prices on technodom.kz
    from Kazakhstani Tenge (KZT) to USD and RUB using up-to-date exchange rates.
    
    Features:
    • Product page conversion
    • Catalog & search results conversion
    • Clean native UI
    • No tracking, no ads
    • Comparison with shops: shop.kz, sulpak.kz, ispace.kz, itmag.kz
    
    Release Notes:
    1.0.6:
    - Added `Для сравнения` blocks to product listing cards on `shop.kz`, `sulpak.kz`, `ispace.kz`, and `itmag.kz`.
    - Added catalog-card title and product URL extraction for the new supported listing layouts so saved comparison items point to the exact product.
    
    1.0.5:
    - Prevented product-card navigation when clicking the `Добавить в сравнение` button by intercepting pointer and click events before they bubble into the host page handlers.
    - Reduced extra empty space below the save button by hiding the status line when it has no message and tightening the status margin when text is shown.
    - Recomputed the saved comparison title from the live DOM at click time instead of trusting stale button dataset values.
    - Fixed Technodom search-result title detection by resolving the real catalog card container before reading `data-testid="product-title"`.
    
    1.0.4:
    - Extension popup UI via `action.default_popup` with its own `popup.html`, `popup.css`, and `popup.js`.
    - Popup controls for enabling/disabling on-page features and manually refreshing the active supported tab.
    - Local comparison list stored in Chrome storage so saved products persist between tabs and sessions.
    - Save-to-compare button inside the injected `Для сравнения` block on supported product pages.
    - Product-title extraction and save support for `shop.kz`.
    - Product-title extraction and save support for `sulpak.kz`.
    - Product-title extraction and save support for `ispace.kz`.
    - Product-title extraction and save support for `itmag.kz`.
    - Store-aware saved product records containing title, store name, product URL, and prices in `KZT`, `USD`, and `RUB`.
    - Comparison metadata (`titleKey` / `compareKey`) to preserve a foundation for smarter matching of similar products from different stores.
    
    1.0.3:
    - Added conversion support for alternative `.product__price-container` / `.product__current-price` markup on both product pages and repeated catalog cards.
    
    1.0.2:
    - Restored price conversion on initial page open by reattaching DOM observation after page hydration and in-site navigation.
    - Added support for both `technodom.kz` and `www.technodom.kz` URLs in the extension match patterns.
    
    1.0.1:
    - Improved price selector strategy using `data-testid="product-price"` with class-based fallbacks.
    - Added safe exchange-rate fetch handling with timeout and cached fallback on failures.
    - Optimized `MutationObserver` scope and trigger conditions to reduce unnecessary rescans.
    - Refreshed already-converted prices when cached exchange rates rotate (TTL boundary).
    - Bumped extension version in `manifest.json` to `1.0.1`.
    
    1.0.0:
    - Initial Chrome extension implementation for converting `KZT` prices on `technodom.kz` to `USD` and `RUB`.
  • Apr 6, 2026
    description
    This extension automatically converts prices on technodom.kz
    from Kazakhstani Tenge (KZT) to USD and RUB using up-to-date exchange rates.
    
    Features:
    • Product page conversion
    • Catalog & search results conversion
    • Clean native UI
    • No tracking, no ads
    
    Release Notes:
    1.0.3:
    - Added conversion support for alternative `.product__price-container` / `.product__current-price` markup on both product pages and repeated catalog cards.
    
    1.0.2:
    - Restored price conversion on initial page open by reattaching DOM observation after page hydration and in-site navigation.
    - Added support for both `technodom.kz` and `www.technodom.kz` URLs in the extension match patterns.
    
    1.0.1:
    - Improved price selector strategy using `data-testid="product-price"` with class-based fallbacks.
    - Added safe exchange-rate fetch handling with timeout and cached fallback on failures.
    - Optimized `MutationObserver` scope and trigger conditions to reduce unnecessary rescans.
    - Refreshed already-converted prices when cached exchange rates rotate (TTL boundary).
    - Bumped extension version in `manifest.json` to `1.0.1`.
    
    1.0.0:
    - Initial Chrome extension implementation for converting `KZT` prices on `technodom.kz` to `USD` and `RUB`.
    This extension automatically converts prices on technodom.kz
    from Kazakhstani Tenge (KZT) to USD and RUB using up-to-date exchange rates.
    
    Features:
    • Product page conversion
    • Catalog & search results conversion
    • Clean native UI
    • No tracking, no ads
    • Comparison with shops: shop.kz, sulpak.kz, ispace.kz, itmag.kz
    
    Release Notes:
    1.0.4:
    - Extension popup UI via `action.default_popup` with its own `popup.html`, `popup.css`, and `popup.js`.
    - Popup controls for enabling/disabling on-page features and manually refreshing the active supported tab.
    - Local comparison list stored in Chrome storage so saved products persist between tabs and sessions.
    - Save-to-compare button inside the injected `Для сравнения` block on supported product pages.
    - Product-title extraction and save support for `shop.kz`.
    - Product-title extraction and save support for `sulpak.kz`.
    - Product-title extraction and save support for `ispace.kz`.
    - Product-title extraction and save support for `itmag.kz`.
    - Store-aware saved product records containing title, store name, product URL, and prices in `KZT`, `USD`, and `RUB`.
    - Comparison metadata (`titleKey` / `compareKey`) to preserve a foundation for smarter matching of similar products from different stores.
    
    1.0.3:
    - Added conversion support for alternative `.product__price-container` / `.product__current-price` markup on both product pages and repeated catalog cards.
    
    1.0.2:
    - Restored price conversion on initial page open by reattaching DOM observation after page hydration and in-site navigation.
    - Added support for both `technodom.kz` and `www.technodom.kz` URLs in the extension match patterns.
    
    1.0.1:
    - Improved price selector strategy using `data-testid="product-price"` with class-based fallbacks.
    - Added safe exchange-rate fetch handling with timeout and cached fallback on failures.
    - Optimized `MutationObserver` scope and trigger conditions to reduce unnecessary rescans.
    - Refreshed already-converted prices when cached exchange rates rotate (TTL boundary).
    - Bumped extension version in `manifest.json` to `1.0.1`.
    
    1.0.0:
    - Initial Chrome extension implementation for converting `KZT` prices on `technodom.kz` to `USD` and `RUB`.
  • Apr 6, 2026
    short_description
    Конвертирует цены на technodom.kz из тенге в USD и RUB по актуальному курсу.
    Добавляет конвертацию цен и список сравнения для technodom.kz, shop.kz, sulpak.kz, ispace.kz и itmag.kz.
  • Apr 6, 2026
    host_permissions
    https://open.er-api.com/*, *://www.technodom.kz/*, *://technodom.kz/*
    https://open.er-api.com/*, *://www.technodom.kz/*, *://technodom.kz/*, *://shop.kz/*, *://www.shop.kz/*, *://sulpak.kz/*, *://www.sulpak.kz/*, *://ispace.kz/*, *://www.ispace.kz/*, *://itmag.kz/*, *://www.itmag.kz/*
  • Apr 6, 2026
    permissions
    (empty)
    storage, activeTab

Permissions & access

Permissions
storageactiveTab
Host access
https://open.er-api.com/*, *://www.technodom.kz/*, *://technodom.kz/*, *://shop.kz/*, *://www.shop.kz/*, *://sulpak.kz/*, *://www.sulpak.kz/*, *://ispace.kz/*, *://www.ispace.kz/*, *://itmag.kz/*, *://www.itmag.kz/*

Screenshots

Technodom Price Converter screenshot 1Technodom Price Converter screenshot 2

About

This extension automatically converts prices on technodom.kz
from Kazakhstani Tenge (KZT) to USD and RUB using up-to-date exchange rates.

Features:
• Product page conversion
• Catalog & search results conversion
• Clean native UI
• No tracking, no ads
• Comparison with shops: shop.kz, sulpak.kz, ispace.kz, itmag.kz

Release Notes:
1.0.6:
- Added `Для сравнения` blocks to product listing cards on `shop.kz`, `sulpak.kz`, `ispace.kz`, and `itmag.kz`.
- Added catalog-card title and product URL extraction for the new supported listing layouts so saved comparison items point to the exact product.

1.0.5:
- Prevented product-card navigation when clicking the `Добавить в сравнение` button by intercepting pointer and click events before they bubble into the host page handlers.
- Reduced extra empty space below the save button by hiding the status line when it has no message and tightening the status margin when text is shown.
- Recomputed the saved comparison title from the live DOM at click time instead of trusting stale button dataset values.
- Fixed Technodom search-result title detection by resolving the real catalog card container before reading `data-testid="product-title"`.

1.0.4:
- Extension popup UI via `action.default_popup` with its own `popup.html`, `popup.css`, and `popup.js`.
- Popup controls for enabling/disabling on-page features and manually refreshing the active supported tab.
- Local comparison list stored in Chrome storage so saved products persist between tabs and sessions.
- Save-to-compare button inside the injected `Для сравнения` block on supported product pages.
- Product-title extraction and save support for `shop.kz`.
- Product-title extraction and save support for `sulpak.kz`.
- Product-title extraction and save support for `ispace.kz`.
- Product-title extraction and save support for `itmag.kz`.
- Store-aware saved product records containing title, store name, product URL, and prices in `KZT`, `USD`, and `RUB`.
- Comparison metadata (`titleKey` / `compareKey`) to preserve a foundation for smarter matching of similar products from different stores.

1.0.3:
- Added conversion support for alternative `.product__price-container` / `.product__current-price` markup on both product pages and repeated catalog cards.

1.0.2:
- Restored price conversion on initial page open by reattaching DOM observation after page hydration and in-site navigation.
- Added support for both `technodom.kz` and `www.technodom.kz` URLs in the extension match patterns.

1.0.1:
- Improved price selector strategy using `data-testid="product-price"` with class-based fallbacks.
- Added safe exchange-rate fetch handling with timeout and cached fallback on failures.
- Optimized `MutationObserver` scope and trigger conditions to reduce unnecessary rescans.
- Refreshed already-converted prices when cached exchange rates rotate (TTL boundary).
- Bumped extension version in `manifest.json` to `1.0.1`.

1.0.0:
- Initial Chrome extension implementation for converting `KZT` prices on `technodom.kz` to `USD` and `RUB`.

Technical

Version
1.0.5
Manifest
V3
Size
45.45KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
ndjljbfmebhdcejeciklpebnblapenff
Developer ID
u332cfea609d346596122e8b8dd099122
Developer Email
[email protected]
Created
Jan 19, 2026
Last Updated (Store)
May 16, 2026
Last Scraped
Jun 6, 2026
Website
Support URL

Similar extensions

Alternatives to Technodom Price Converter, ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 6, 2026.