<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Osclass Pulugins - 9koala Information sharing and downloading</title>
<link>https://9koala.com/</link>
<atom:link href="https://mail.9koala.com/programing/osclass-pulugins/rss.xml" rel="self" type="application/rss+xml" />
<language>en</language>
<description>Osclass Pulugins - 9koala Information sharing and downloading</description><item>
<title>PWA Osclass Plugin</title>
<guid isPermaLink="true">https://9koala.com/1614-pwa-osclass-plugin.html</guid>
<link>https://9koala.com/1614-pwa-osclass-plugin.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Mon, 13 Apr 2026 20:57:34 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a href="https://osclasspoint.com/osclass-plugins/social-and-authentication/pwa-osclass-plugin-i192" title="PWA Osclass Plugin" target="_blank" rel="noopener external noreferrer"><img style="float:left;border:0px;" src="https://static-d761.kxcdn.com/oc-content/uploads/1/924_thumbnail.jpg" alt="PWA Osclass Plugin"> </a><p><strong>PWA plugin</strong> helps to enable power of PWA on your Osclass and cover key concepts of progressive web apps by generating manifest file (manifest.json, manifest.webmanifest), service workers and setting up meta data used when generating application.</p><br><p>PWA largest benefit is in ability to generate native applications based on website for Google Play Store, iOS App Store and Microsoft store, PWA lightweight application (Add to home screen), caching features, preload features and enhancing offline experience.</p><br><p>PWA application is considered as great addition or replacement for native app itself, as it provides app-like experience, is installable, lightweight (~1MB considering 50+ MB for native apps), auto-updated, provides offline experience and match to website design.</p><br><p>Application installation is not required </p><br><h2>Progressive Web Apps for Osclass</h2><br><p>Progressive Web Apps are built and enhanced using modern APIs to deliver better capabilities, installability and reliability while reaching anyone, anywhere and on any device, using one single codebase.</p><br><h3>Plugin overview</h3><br><p>PWA plugin for Osclass covers major functionalities of Progressive Web Apps.</p><br><h4>Install (Add to home page) application</h4><br><p>Plugin generate service workers those are essential for mobile browsers to show "Add to home page" button when browsing your site. This button installs PWA application and website is then easily accessible from mobile device.</p><br><p>Plugin also allows to define shortcuts when application icon is tapped.</p><br><h4>Generate files for native application</h4><br><p>When manifest and service worker files are created, it is possible to convert PWA application into native application using <a href="https://www.pwabuilder.com/" target="_blank" rel="noopener external noreferrer">pwabuilder.com</a>. This website generate application files for Google Play Store, iOS App Store and Microsoft Store.</p><br><h4>Configuration of in-app install experience</h4><br><p>Plugin helps to improve application installation experience by configuring background and font colors, application name, description, icons and other aspects of installation process.</p><br><h4>Assets caching and preload features</h4><br><p>Service workers can be set caching strategy, where browsed resources (except images) are cached and are used in case customer use your app in offline mode. In this case customer can access all links those were accessed while being online.</p><br><p>Preload feature is browser-based functionality that enhance website loading.</p><br><h4>Offline browsing experience and Offline fallback page</h4><br><p>When service workers are in caching mode, customer can access website also when offline.</p><br><p>Plugin helps to configure also offline fallback page - by default, when you access website in offline mode, you get error page from browser, but this page can be customized by PWA, using custom layout, logo/image and text.</p><br><p>All stylesheets (CSS) and scripts (JS) as well ad any resource defined in plugin configuration are pre-cached on page load, including offline page, to provide best possible offline app-like experience to your customers.</p><br><h4>Rich &amp; UP-to-date offline experience</h4><br><p>Plugin provides ability to enable <span style="text-decoration:underline;">background synchronization</span> and <span style="text-decoration:underline;">periodic background synchronization</span> to update cached resources whenever it is possible in order to keep user content up-to-date and provide better offline experience.</p><br><p>These features must be also supported by browser, plugin handle compatibility checking.</p><br><h4>Icons, screenshots and meta data management</h4><br><p>PWA and modern browsers require a lot of resources (images) to be managed. Plugin helps you to upload and manage icons and screenshots with just few clicks. It is also possible to configure meta data/tags related to application customization.</p><br><h2>Manifest (.json, .webmanifest) file generator</h2><br><p><strong>Web application manifest</strong> is part of collection of web technologies called PWA - progressive web apps, which are websites those can be installed to mobile device home screen without application store.</p><br><p>Manifest file provides basic information about web application in json format necessary for web application to be downloaded and installed. It customize install experience as well as browsing experience, application scope, icons, screenshots, application shortcuts, language, text direction, start URL or display option how app should look like.</p><br><p>When manifest file is configured and configuration is saved, it can be generated. Once generated, it is copied into osclass root directory for best compatibility.</p><br><h3>Manifest configuration option</h3><br><h4>Name</h4><br><p>Name of the web application as it is usually displayed to the user (e.g., amongst a list of other applications, or as a label for an icon).</p><br><h4>Short Name</h4><br><p>Name of the web application displayed to the user if there is not enough space to display name (e.g., as a label for an icon on the phone home screen).</p><br><h4>Description</h4><br><p>Description should explain or describe what application does and what is its primary purpose.</p><br><h4>Display</h4><br><p><strong>Standalone</strong>: The application will look and feel like a standalone application. This can include the application having a different window, its own icon in the application launcher, etc. In this mode, the user agent will exclude UI elements for controlling navigation, but can include other UI elements such as a status bar. <strong>Fullscreen</strong>: All of the available display area is used and no user agent chrome is shown. <strong>Minimal UI</strong>: The application will look and feel like a standalone application, but will have a minimal set of UI elements for controlling navigation. The elements will vary by browser. <strong>Browser</strong>: The application opens in a conventional browser tab or new window, depending on the browser and platform. This is the default.</p><br><p><span style="color:#777777;font-size:14px;font-weight:bold;letter-spacing:-.4px;text-transform:uppercase;">Display Override</span></p><br><p>The display member is used to determine the developer's preferred display mode for a website. It follows a process where the browser falls back to the next display mode if the requested one is not supported. In some advanced use cases, this fallback process might not be enough.</p><br><p>The display_override member solves this by letting the developer provide a sequence of display modes that the browser will consider before using the display member. Its value is an array of display modes that are considered in-order, and the first supported display mode is applied.</p><br><h4>Orientation</h4><br><p>Defines the default orientation for all the website's top-level browsing contexts.</p><br><h4>APPLICATION SCOPE</h4><br><p>Defines the navigation scope of this web application's application context. It restricts what web pages can be viewed while the manifest is applied. If the user navigates outside the scope, it reverts to a normal web page inside a browser tab or window. If the scope is relative, the manifest URL is used as a base URL.</p><br><h4>START URL</h4><br><p>Represents the start URL of the web application — the preferred URL that should be loaded when the user launches the web application (e.g., when the user taps on the web application's icon from a device's application menu or homescreen). Start URL is purely advisory, and a user agent may ignore it or allow the user to alter it at install time or afterwards.</p><br><h4 class="mb-row">Text direction</h4><br><p>The base direction in which to display direction-capable members of the manifest. Together with the language attribute, it helps to correctly display right-to-left languages.</p><br><p><span style="letter-spacing:-.4px;color:#777777;font-size:14px;font-weight:bold;text-transform:uppercase;">Language</span></p><br><p>It specifies the primary language for the values of the manifest's directionality-capable members, and together with text direction determines their directionality.</p><br><h4>Background Color</h4><br><p>Placeholder background color for the application page to display before its stylesheet is loaded. This value is used by the user agent to draw the background color of a shortcut when the manifest is available before the stylesheet has loaded.</p><br><h4>Theme Color</h4><br><p>Defines the default theme color for the application. This sometimes affects how the OS displays the site (e.g., on Android's task switcher, the theme color surrounds the site).</p><br><h4>Icons</h4><br><p>Select image files that can serve as application icons for different contexts. For example, they can be used to represent the web application amongst a list of other applications, or to integrate the web application with an OS's task switcher and/or system preferences.</p><br><p>Plugin allows to configure following parameters for each icons:</p><br><ul><li><br></li><li>Source<br></li><li>Sizes<br></li><li>Type<br></li><li>Purpose<br></li></ul><br><h4>Related applications</h4><br><p>Specifying native applications that are installable by, or accessible to, the underlying platform — for example, a native Android application obtainable through the Google Play Store. Such applications are intended to be alternatives to the manifest's website that provides similar/equivalent functionality — like the native app equivalent.</p><br><p>Plugin allows to configure if related applications should be preferred (or WPA application is preferred) as well as parameters for each related application:</p><br><ul><li><br></li><li>Platform<br></li><li>ID<br></li><li>URL<br></li></ul><br><h4>Shortcuts</h4><br><p>Shortcuts or links to key tasks or pages within a web app. A user agent can use these values to assemble a context menu to be displayed by the operating system when a user engages with the web app's icon.</p><br><p>Plugin allows to configure following parameters for each shortcut:</p><br><ul><li><br></li><li>Name<br></li><li>Short name<br></li><li>Description<br></li><li>URL<br></li><li>Shortcut icon (with Source, Sizes, Type, Purpose)<br></li></ul><br><h4>Screenshots</h4><br><p>Image objects, representing your app in common usage scenarios. Each object must include the src, a sizes property, and the type of image.</p><br><p>In Chrome, the image must respond to certain criteria:</p><br><ul><li><br></li><li>Width and height must be at least 320px and at most 3840px.<br></li><li>The maximum dimension can't be more than 2.3 times as long as the minimum dimension.<br></li><li>Screenshots must have the same aspect ratio.<br></li><li>Only JPEG and PNG image formats are supported.<br></li></ul><br><p>Plugin allows to configure following parameters for every screenshot:</p><br><ul><li><br></li><li>Source<br></li><li>Sizes<br></li><li>Type<br></li><li>Platform<br></li><li>Label<br></li></ul><br><h2>Service workers configuration and generator</h2><br><p>Service workers are a fundamental part of a PWA. They enable fast loading (regardless of the network), offline access, push notifications, and other capabilities.</p><br><p>Service Workers are a virtual proxy between the browser and the network. They finally fix issues that front-end developers have struggled with for years — most notably how to properly cache the assets of a website and make them available when the user's device is offline.</p><br><p>When service worker is configured and configuration saved, it can be generated. Plugin generates pwa-service-worker.js and place it into root directory.</p><br><p>When service worker configuration is updated, it must be regenerated and then updated in browser (best to test in Chrome, Dev tools &gt; Application, check "Update on reload" and/or hit "Update" button to update worker</p><br><h3>Service worker configuration</h3><br><h4>Cache strategy</h4><br><p>In all cases (except "no cache"), plugin also use browser navigation preload features to reduce loading time of website.</p><br><p><strong>Navigation preload</strong> is a new experimental feature that lets you say, "Hey, when the user makes a GET navigation request, start the network request while the service worker is booting up". The startup delay is still there, but it doesn't block the network request, so the user gets content sooner.</p><br><p><strong>Cache first</strong> - This strategy will look for a response in the cache first, if any response is found previously cached, it will return and serve the cache. If not it will fetch the response from the network, serve it, and cache it for next time.</p><br><p><strong>Network first</strong> - This strategy will try to fetch the response from the network. If it succeeds, it will cache the response and return the response. If the network fails, it will fall back to the cache and serve the response there.</p><br><p><strong>Stale-While-Revalidate</strong> - This strategy checks for the response in the cache. If it is available it is delivered, and the cache is revalidated. If it is not available, the service worker fetches the response from the network and caches it.</p><br><p><strong>No cache</strong> - This strategy does not use cache at all.</p><br><h4>Background synchronization</h4><br><p>Background sync is a new web API that lets you defer actions until the user has stable connectivity. This is useful for ensuring that whatever the user wants to send, is actually sent.</p><br><h4>Periodic background synchronization</h4><br><p>The Periodic Background Sync API lets PWAs retrieve fresh content periodically, in the background, so users can immediately access it when they later open the app again. Using the Periodic Background Sync API, PWAs don't have to download new content (such as new articles) while the user is using the app</p><br><h4>Worker version</h4><br><p>Helps to purge service worker "cache" and initiate service worker re-installation (re-activation) to get it updated.</p><br><h2>Configuration and Resource management</h2><br><p>PWA plugin contains many different parameters those helps to configure your website to be PWA ready.</p><br><ul><li><br></li><li><strong>Mode</strong> - select mode of plugin (basic/advanced). In basic mode, numerous parameters in manifest file are hidden.<br></li><li><strong>Debug mode</strong> - enable to get messages from service worker into console, to easily debug service worker and identify possible issues and/or browser support.<br></li><li>Generate extra meta tags (like theme color, favicons, ...)<br></li><li>Hook manifest file to head<br></li><li>Hook service worker to head<br></li><li>Setup offline page logo (offline experience)<br></li><li>Favicon (ico, 16x16, 32x32) images<br></li><li>Mask icon - svg for Safari browser<br></li><li>Apple touch icon<br></li></ul><br><h3>Images manager</h3><br><p>Plugin contains built-in icons and screenshots uploader and manager in order to quickly upload one or more images, manage and/or remove them.</p>]]></description>
</item><item>
<title>SEO Wiz Osclass Plugin Download Free</title>
<guid isPermaLink="true">https://9koala.com/857-seo-wiz-osclass-plugin-download-free.html</guid>
<link>https://9koala.com/857-seo-wiz-osclass-plugin-download-free.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Mon, 13 Apr 2026 20:57:16 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1610005183_seo-nedir.jpg" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1610005183_seo-nedir.jpg" alt="" class="fr-dib"></a>SEO Wiz Osclass Plugin Download Free best 2021<br>]]></description>
</item><item>
<title>Youtube Video Osclass Plugin Download For Free</title>
<guid isPermaLink="true">https://9koala.com/849-youtube-video-osclass-plugin-download-for-free.html</guid>
<link>https://9koala.com/849-youtube-video-osclass-plugin-download-for-free.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Mon, 13 Apr 2026 20:56:48 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1609690828_youtube-upload-1-1536x687.png" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1609690828_youtube-upload-1-1536x687.png" alt="" class="fr-dib"></a><br>Youtube Video Osclass Plugin Download For Free nulled. <br>]]></description>
</item><item>
<title>Anti Spam Osclass Plugin Download For Free</title>
<guid isPermaLink="true">https://9koala.com/847-anti-spam-osclass-plugin-download-for-free.html</guid>
<link>https://9koala.com/847-anti-spam-osclass-plugin-download-for-free.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Thu, 05 Mar 2026 11:39:34 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1609670364_anti-spam-settings.png" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1609670364_anti-spam-settings.png" alt="" class="fr-dib"></a>Anti Spam Osclass Plugin Download And use for free]]></description>
</item><item>
<title>Pre-Resize Images Osclass Plugin Download</title>
<guid isPermaLink="true">https://9koala.com/866-pre-resize-images-osclass-plugin-download.html</guid>
<link>https://9koala.com/866-pre-resize-images-osclass-plugin-download.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Thu, 05 Mar 2026 11:39:26 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1610011493_pr-resize-image-settings-1536x680.png" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1610011493_pr-resize-image-settings-1536x680.png" alt="" class="fr-dib"></a>Pre-Resize Images Osclass Plugin Download free<br>]]></description>
</item><item>
<title>Business Profile Osclass Plugin</title>
<guid isPermaLink="true">https://9koala.com/1658-business-profile-osclass-plugin.html</guid>
<link>https://9koala.com/1658-business-profile-osclass-plugin.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Sun, 19 Jan 2025 12:40:28 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a href="https://osclasspoint.com/osclass-plugins/design-and-appearance/business-profile-osclass-plugin-i89" title="Business Profile Osclass Plugin" target="_blank" rel="noopener external noreferrer"><img style="float:left;border:0px;" src="https://static-d761.kxcdn.com/oc-content/uploads/0/378_thumbnail.jpg" alt="Business Profile Osclass Plugin"> </a><p>Would you like to give your stable sellers option to create own store - <strong>business profile</strong>? That's why Business Profile Plugin is there! Turn your osclass into business directory in few seconds, it's never been easier.</p><br><h2>Business Directory Osclass Plugin</h2><br><p>Plugin enables every user to create business profile for own brand or company to be able to better advertise own listings on your classifieds.</p><br><ul><li><br></li><li><strong>Logo</strong> - user can upload own logo into profile (logo can be reused)<br></li><li><strong>Cover, Color</strong> - to better propagate own brand, user can upload own cover image as well as brand color that is applied on some theme elements<br></li><li><strong>Validation</strong> - admin has full control over who is eligible to have business profile<br></li><li><strong>Identifier</strong> - based on user name, unique indetifier is created and used in URL. This enhance SEO and conversions from google to business profile<br></li><li><strong>Primary categories</strong> - seller can choose what are primary categories for it's business. When user click on category link, redirection shows just items of this seller <br></li><li><strong>Opening hours</strong> - enables to define opening hours in store<br></li><li><strong>Social network links</strong> - to improve social marketing, seller can define links to social business accounts. Currently supported networks are: Facebook, Twitter, Youtube, LinkedIn, Vimeo, Instagram, Pinterest, Google Plus and own link<br></li><li><strong>Features</strong> - based on admin definition of available features, sellers can choose these in profile to be shown (like Free Parking, Gift, Coffe, ...)<br></li><li><strong>Accepted payments</strong> - based on admin definition of available payments, seller can choose what are supported payment methods in it's store (like Paypal, COD, Cash, Credit Card, ...)<br></li><li><strong>Interactive filtering</strong> - user's listings can be filtered by category and city without leaving profile page<br></li><li><strong>Pagination</strong> - in case there is too many listings on profile, or too many business profiles, admin can setup pagination (i.e. 18 per page)<br></li><li><strong>Meta tags</strong> - meta tags are generated in order to improve SEO and conversions to profile page<br></li><li><strong>Profile picture</strong> - plugin cooperates with Profile Picture Plugin (free) and whenever user uploads new logo, this is updated in Profile Picture Plugin as well<br></li><li><strong>Users's gallery</strong> - user can upload one or more pictures into its gallery that will be visible on business profile page. Gallery use lightgallery script in order to create slideshow from pictures on click.<br></li><li><strong>Sitemap</strong> - generate sitemap and submit it to google in order to reduce time it takes to crawl business profiles and get them to google results.<br></li></ul><br><h3>Administration</h3><br><p>Admin can choose to to validate automatically all the profiles, or each must be validated manually.</p><br><p>Next, seller can be marked as <strong>verified</strong> getting verified label on business profile. This option is useful especially for people those personally knows some of their sellers. You can give more trust to your classifieds.</p><br><p>Then, there are 3 types of users:</p><br><ul><li><br></li><li><strong>Basic</strong> - standard business profile<br></li><li><strong>Pro</strong> - professional seller<br></li><li><strong>VIP</strong> - important seller for your store<br></li></ul><br><p>There is no extra functionality besides getting label on profile.</p><br><p>There is option from admin to remove profile as well.</p><br><h3>Monetize Osclass</h3><br><p>Business Profile Plugin provides option to monetize your site using <strong>Osclass Pay Plugin</strong>. When plugin is installed, you can choose groups in those membership is required in order to have profile active.</p><br><p>This means, that when user purchase membership, profile is automatically activated (auto-validation can be disabled) and when membership expires, business profile is disabled automatically.</p><br><p>Based on <span style="text-decoration:underline;">attr</span> (attribute) field in Osclass Pay Group, you can also define to which type will be user's profile assigned automatically (Basic, Pro, VIP).</p><br><h3>Show Store on Map</h3><br><p>If you have Google Maps Plugin installed (free) and API key for google defined, plugin will add link to show store on map, if location has been set by user. Map is shown in place of cover image that ideally re-use space.</p><br><h3>Contact Seller</h3><br><p>User can click on button and simple contact form will be available to drop an email to seller. Phone numbers are shown as links with tel: attribute in order to enable quick calls to seller.</p><br><h3>Compatibility and versatility</h3><br><p>Business Profile Plugin will work with any standard theme and should have no conflict with other plugins. Plugin is based on own stylesheet and these are transfered to other themes as well.</p><br><p><span style="background-color:#ffff99;">Note: In order to show listings on business profile page, your theme must have loop-single.php file. Plugin use this one to generate listings. If this file is missing, profile will works alright, however listings will not be shown.</span></p><br><p><span style="background-color:#ffff99;">On demo, emails are disabled, edits are disabled in order to keep content there.</span></p><br><p><span style="background-color:#ffff99;">Use PHP 5.6 or higher.</span></p>]]></description>
</item><item>
<title>Registered User Only Osclass Plugin Download</title>
<guid isPermaLink="true">https://9koala.com/874-registered-user-only-osclass-plugin-download.html</guid>
<link>https://9koala.com/874-registered-user-only-osclass-plugin-download.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Sun, 19 Jan 2025 12:40:09 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1610015061_registered-user-only-1536x687.png" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1610015061_registered-user-only-1536x687.png" alt="" class="fr-dib"></a>Registered User Only Osclass Plugin Download For Free<br>]]></description>
</item><item>
<title>Profile Picture Osclass Plugin Free Download</title>
<guid isPermaLink="true">https://9koala.com/861-profile-picture-osclass-plugin-free-download.html</guid>
<link>https://9koala.com/861-profile-picture-osclass-plugin-free-download.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Sun, 12 Jan 2025 16:49:33 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1610007579_profile-picture-front-end-1536x893.png" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1610007579_profile-picture-front-end-1536x893.png" alt="" class="fr-dib"></a>Profile Picture Osclass Plugin Free Download]]></description>
</item><item>
<title>Tawk Osclass Plugin Download</title>
<guid isPermaLink="true">https://9koala.com/875-tawk-osclass-plugin-download.html</guid>
<link>https://9koala.com/875-tawk-osclass-plugin-download.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Sun, 12 Jan 2025 16:49:19 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1610015305_maxresdefault.jpg" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1610015305_maxresdefault.jpg" alt="" class="fr-dib"></a>Tawk Osclass Plugin Download Free Download<br>]]></description>
</item><item>
<title>List seller Items Osclass Plugin Download</title>
<guid isPermaLink="true">https://9koala.com/871-list-seller-items-osclass-plugin-download.html</guid>
<link>https://9koala.com/871-list-seller-items-osclass-plugin-download.html</link>
<dc:creator>Admin</dc:creator>
<pubDate>Sun, 12 Jan 2025 16:49:06 +0400</pubDate>
<category>Osclass Pulugins</category>
<description><![CDATA[<a class="highslide" href="https://9koala.com/uploads/posts/2021-01/1610014449_list-seller-items-settings.png" target="_blank"><img src="https://9koala.com/uploads/posts/2021-01/medium/1610014449_list-seller-items-settings.png" alt="" class="fr-dib"></a>List seller Items Osclass Plugin Download For Free]]></description>
</item></channel></rss>