OAGenius Sage Facebook Shops
OAGenius Sage Facebook Shops
ما هو OAGenius Sage Facebook Shops؟
OAGenius Sage Facebook Shops هو إضافة Chrome تم تطويرها بواسطة https://www.oagenius.com، والميزة الرئيسية لها هي "OAGenius Sage Facebook Shops".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OAGenius Sage Facebook Shops
قم بتنزيل ملفات الامتداد OAGenius Sage Facebook Shops بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
OAGenius Sage Facebook Shops helps online retailers manage their Facebook shops orders. Use this extension to automatically pull order information from your Facebook shops into the OAGenius Sage ecommerce order management system. Easily set orders to different statuses, see your profits and let the extension automatically push tracking numbers to Facebook for you.
معلومات أساسية عن التمديد
الاسم | OAGenius Sage Facebook Shops |
ID | gijfeokcjdmnbfaalhnfbnofapnjeofk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/oagenius-sage-facebook-sh/gijfeokcjdmnbfaalhnfbnofapnjeofk |
الوصف | OAGenius Sage Facebook Shops |
حجم الملف | 194 KB |
عدد التثبيتات | 47 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2023-10-16 |
تاريخ النشر | 2022-11-11 |
المطور | https://www.oagenius.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.oagenius.com/ |
عنوان صفحة المساعدة | https://oagenius.zendesk.com |
عنوان صفحة سياسة الخصوصية | https://www.oagenius.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png", "128": "icon128.6aa15eb0.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.721b7357.png", "48": "icon48.f544afcb.png" }, "default_popup": "popup.d334c8be.html" }, "version": "1.1.0", "name": "OAGenius Sage Facebook Shops", "description": "OAGenius Sage Facebook Shops", "author": "root", "permissions": [ "storage", "declarativeNetRequest", "declarativeNetRequestFeedback", "scripting" ], "background": { "service_worker": "background.23452572.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/commerce\/products\/*" ], "js": [ "list-with-oag.7d61af31.js" ], "css": [] }, { "matches": [ "https:\/\/business.facebook.com\/commerce\/*" ], "js": [ "contents.77d90920.js" ], "css": [] } ], "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/business.facebook.com\/*" ], "resources": [ "contents.7578acc3.css" ] } ] } |