Restatos | Trendyol.com analytics for sellers
Pazar yeri analizi için hizmet. Rakiplerinizin trendyol.com'daki satışlarını analiz edin
Restatos | Trendyol.com analytics for sellersとは何ですか?
Restatos | Trendyol.com analytics for sellersはhttps://restatos.comによって開発されたChromeの拡張機能で、その主な機能は「Pazar yeri analizi için hizmet. Rakiplerinizin trendyol.com'daki satışlarını analiz edin」です。
拡張機能のスクリーンショット
Restatos | Trendyol.com analytics for sellers拡張機能のCRXファイルをダウンロード
Restatos | Trendyol.com analytics for sellers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Trendyol.com herhangi bir ürünün satışını analiz edin! Rakiplerinizin ne kadar sattığını öğrenin. Satmak için yeni ürünler seçin. Analizlerimizle satışlarınızı artırın! 拡張機能の基本情報
| 名前 | |
| ID | dmkoohpcbkdibfinebjiopmnnmgpffli |
| 公式URL | https://chromewebstore.google.com/detail/restatos-trendyolcom-anal/dmkoohpcbkdibfinebjiopmnnmgpffli |
| 説明 | Pazar yeri analizi için hizmet. Rakiplerinizin trendyol.com'daki satışlarını analiz edin |
| ファイルサイズ | 93.71 KB |
| インストール数 | 38 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2024-03-04 |
| 公開日 | 2023-09-21 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://restatos.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://restatos.com |
| ヘルプページのURL | https://restatos.com/chrome-extension-help |
| プライバシーポリシーページのURL | https://restatos.com/private-policy.php |
| 対応言語 | tr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Restatos | Trendyol.com analytics for sellers",
"description": "Pazar yeri analizi i\u00e7in hizmet. Rakiplerinizin trendyol.com'daki sat\u0131\u015flar\u0131n\u0131 analiz edin",
"version": "1.1.1",
"action": {
"default_popup": "index.html"
},
"background": {
"service_worker": "scripts\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.trendyol.com\/*"
],
"js": [
"libs\/chart.min.js",
"scripts\/content.js"
],
"css": [
"css\/content.css"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"128": "128.png"
}
} | |