Sendible
Sendible SendIt
ما هو Sendible؟
Sendible هو إضافة Chrome تم تطويرها بواسطة https://www.sendible.com، والميزة الرئيسية لها هي "Sendible SendIt".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sendible
قم بتنزيل ملفات الامتداد Sendible بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get the Sendible Chrome extension to quickly schedule and share links, images and videos you visit on the web.
معلومات أساسية عن التمديد
الاسم | Sendible |
ID | mbljfmmoibffcpcjimimcpobkonkgdbp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sendible/mbljfmmoibffcpcjimimcpobkonkgdbp |
الوصف | Sendible SendIt |
حجم الملف | 32.99 KB |
عدد التثبيتات | 2,273 |
النسخة الحالية | 161.11.0 |
آخر تحديث | 2023-12-11 |
تاريخ النشر | 2020-04-16 |
تقييم | 3.29/5 مجموع تقييمات 14 |
المطور | https://www.sendible.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.sendible.com |
عنوان صفحة المساعدة | https://support.sendible.com |
عنوان صفحة سياسة الخصوصية | https://www.sendible.com/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sendible", "short_name": "Sendible", "version": "161.11.0", "manifest_version": 2, "description": "Sendible SendIt", "permissions": [ "tabs" ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "browser_action": { "default_icon": { "19": "icons\/off19x19.png", "38": "icons\/38x38.png" }, "default_title": "Start Sendible Compose Box" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "http:\/\/localhost:1235\/*", "https:\/\/buildapp.sendible.com\/*", "http:\/\/app.sendible.com\/*" ], "js": [ "content.js" ] } ] } |