PicLinkr
Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!
ما هو PicLinkr؟
PicLinkr هو إضافة Chrome تم تطويرها بواسطة Crowley.Link، والميزة الرئيسية لها هي "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PicLinkr
قم بتنزيل ملفات الامتداد PicLinkr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
PicLinkr is a Chrome Extension that will allow you to create links that you can share on Social Media that does Click to Call (or other actions) on Mobile phones, and go to website (or other actions) on desktop/laptops from one single link!
معلومات أساسية عن التمديد
الاسم | |
ID | enhnoaajddgdgieajlpenippjfcliamf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/piclinkr/enhnoaajddgdgieajlpenippjfcliamf |
الوصف | Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook! |
حجم الملف | 13.82 KB |
عدد التثبيتات | 89 |
النسخة الحالية | 0.1 |
آخر تحديث | 2018-01-03 |
تاريخ النشر | 2018-01-03 |
المطور | Crowley.Link |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://piclinkr.com |
عنوان صفحة المساعدة | https://www.facebook.com/groups/piclinkr/ |
عنوان صفحة سياسة الخصوصية | https://crowley.link/legal |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PicLinkr", "version": "0.1", "manifest_version": 2, "description": "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!", "permissions": [ "gcm", "storage", "notifications", "identity" ], "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "browser_action": { "default_icon": "Lync_TopImage.png", "default_title": "Click 2 Call in Facebook & other Social Media - Make Businesses Phones Ring Off the Hook!", "default_popup": "extension.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "Lync_TopImage.png" } } |