Create Odoo leads from LinkedIn
Read LinkedIn contact page and create an Odoo Lead with a single click
Create Odoo leads from LinkedIn là gì?
Create Odoo leads from LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi Azkatec, và tính năng chính của nó là "Read LinkedIn contact page and create an Odoo Lead with a single click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Create Odoo leads from LinkedIn
Tải xuống các tệp mở rộng Create Odoo leads from LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Reads the LinkedIn contact and create an Odoo lead in a single click
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Create Odoo leads from LinkedIn |
ID | jcgholhpbpcnglbilaflciokdnhjlfgl |
URL Chính Thức | https://chromewebstore.google.com/detail/create-odoo-leads-from-li/jcgholhpbpcnglbilaflciokdnhjlfgl |
Mô tả | Read LinkedIn contact page and create an Odoo Lead with a single click |
Kích Thước Tệp | 127 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2023-12-18 |
Ngày Phát Hành | 2023-03-14 |
Nhà Phát Triển | Azkatec |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.azka.tech |
URL Trang Trợ Giúp | https://azka.tech/contact-us |
URL Trang Chính Sách Bảo Mật | https://azka.tech/azkatech-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Create Odoo leads from LinkedIn", "version": "0.1.3", "description": "Read LinkedIn contact page and create an Odoo Lead with a single click", "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "css": [ "content.css" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/bookmark.png", "assets\/play.png", "assets\/delete.png", "assets\/save.png", "assets\/preloader.gif", "assets\/ext-icon.png" ], "matches": [ "https:\/\/*.linkedin.com\/*" ] } ], "action": { "default_icon": { "16": "assets\/ext-icon.png", "24": "assets\/ext-icon.png", "32": "assets\/ext-icon.png" }, "default_title": "Generate Odoo Lead", "default_popup": "popup.html" }, "manifest_version": 3 } |