Skip to content

Commit

Permalink
quick updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Jun 21, 2024
1 parent a9b9f72 commit f82dcbc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 204 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-unified-crm-extension-client",
"version": "0.8.13",
"version": "1.0.0",
"description": "![image](https://user-images.githubusercontent.com/7036536/190325756-35ef367d-1557-4833-84aa-b09f5d6717ab.png)",
"main": "background.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "RingCentral CRM Extension",
"description": "A RingCentral extension for CRM platforms",
"version": "0.8.13",
"version": "1.0.0",
"permissions": [
"storage",
"alarms",
Expand Down
200 changes: 0 additions & 200 deletions src/config-legacy.json

This file was deleted.

5 changes: 4 additions & 1 deletion src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@ async function Initialize() {
if (window.self === window.top && renderQuickAccessButton) {
await RenderQuickAccessButton();
}
await initializeC2D();
// Case: C2D renders extra elements inside Bullhorn note section
if (!window.location.href.startsWith('https://app.bullhornstaffing.com/content')) {
await initializeC2D();
}
}

Initialize();
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"defaultCrmManifestUrl": "https://unified-crm-extension-test.labs.ringcentral.com/crmManifest",
"mixpanelToken": "0c3618bcd33665a15a979a972bac380f",
"version": "0.8.14"
"version": "1.0.0"
}

0 comments on commit f82dcbc

Please sign in to comment.